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.
I often find a couple of "golden nuggets" of information in training/demo materials, and I would like to make a reference to them.
How about the ability to add a bookmark (along with a description) to a training video, and then even store that bookmark as a link, perhaps in "My Favorites". If not in My Favorites, then perhaps some sort of link that I can paste into OneNote.
Thanks.
<asp:LinkButton ID="btnTest" runat="server" Text="a disabled LinkButton" Enabled="false"></asp:LinkButton>
produces the following HTML output: