Browse by Tags
All Tags »
loop »
iterate (
RSS)
Sorry, but there are no more tags available to filter with.
-
|
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...
|
-
|
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...
|