or
Protected Sub rgOutNAbout_ItemDataBound(ByVal sender As Object, ByVal e As Telerik.Web.UI.GridItemEventArgs) Handles rgOutNAbout.ItemDataBound
'Conditional Formatting DataGrid Row
If (TypeOf e.Item Is Telerik.Web.UI.GridDataItem) Then
Dim dataItem As Telerik.Web.UI.GridDataItem = CType(e.Item, Telerik.Web.UI.GridDataItem)
If (dataItem("Returning On").Text < DateTime.Now) Then
dataItem.CssClass =
"ReturnDateTime"
End If
End If
End Sub
___________________
If not webified, perhaps you could add an online aspect to this.
I'd like to offer interactive training. Watch a video, pause for comments, questions, and answers, then move on to another section.
That would be tres cool!
Thank you.