Site Search:
Sign in | Join | Help
4Penny.net

ComponentArt

Iterating through a ComponentArt grid

This blog will show how to loop 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.Items

'code here

Next

Published May 11 2007, 05:10 PM by Steve Gray
Filed under: ,

Comments

No Comments

Leave a Comment

(required)  
(optional)
(required)  
Add

About Steve Gray

Steve is a seasoned (translate: old) developer in VB and ASP.NET. He spends most of his time in Dynamics GP, writing custom mods for consulting firms. Crystal reports, eConnect, VS Tools for Dynamics... anything that comes along.