Site Search:
Sign in | Join | Help

Browse by Tags

Sorry, but there are no more tags available to filter with.
  • Iterating through Selected Items in a ComponentArt grid

    This post is similar to the last, but this time we have a check box column in the grid, and we want to loop through only the selected items. Dim griditem As ComponentArt.Web.UI.GridItem Dim strSopnumber As String Dim selectedItems As ComponentArt.Web.UI.GridItemCollection selectedItems = Me .gridex1...
    Posted to ComponentArt (Weblog) by Steve Gray on 05-14-2007
  • Iterating through a ComponentArt grid

    This blog will show how to loop (iterate) through a Component Art grid foreach(GridItem item in Grid1.Items) { Response.Write(item["ID"] + ": " + item["FullName"] + "<br />\n"); } Dim griditem As ComponentArt.Web.UI.GridItem For Each griditem In Me .gridex1...
    Posted to ComponentArt (Weblog) by Steve Gray on 05-11-2007
Page 1 of 1 (2 items)