开发者

Loop a DataGrid

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

上一篇:

下一篇:

精彩评论

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

最新问答

问答排行榜