Thursday, March 22, 2012

looping through a datagrid

I have a datagrid that I want to loop through and change one of the cell values if another cell in the datagrid matches a seperate dataset value? How would you do this?You need to loop through the datasource that your grid is bound to and change the data in it and then rebind it.

0 comments:

Post a Comment