开发者

Loop a DataGrid

开发者 https://www.devze.com 2023-03-16 11:04 出处:网络
I am usin compactframework c# vs 2005. How can we loop a Datagrid in compactframework.I need to get a cell value

I am usin compactframework c# vs 2005.

How can we loop a Datagrid in compactframework.I need to get a cell value

I am binding a datatable to datagrid. In datagrid I have a text box column. user will enter the value in this column. I need to开发者_如何转开发 get the value of this column of all rows.

Thanks


Try:

myDGrid[rowIndex, colIndex];
0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号