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

Popular posts from this blog

c# - SharpSVN - How to get the previous revision? -

c++ - Is it possible to compile a VST on linux? -

url - Querystring manipulation of email Address in PHP -