c# - Loop a DataGrid -
i usin compactframework c# vs 2005.
how can loop datagrid in compactframework.i need cell value
i binding datatable datagrid. in datagrid have text box column. user enter value in column. need value of column of rows.
thanks
try:
mydgrid[rowindex, colindex];
Comments
Post a Comment