DataGrid problem
-
Hi, Can u just tell me the code to retrieve particular cell value from datagrid.I mean 2nd row 3rd column etc., Thank u
-
Hi, Can u just tell me the code to retrieve particular cell value from datagrid.I mean 2nd row 3rd column etc., Thank u
if you are using athird party grid control then u ill be having lot of grid properties...though if ,net native controls then u should write ud function to achive..these things...
-
Hi, Can u just tell me the code to retrieve particular cell value from datagrid.I mean 2nd row 3rd column etc., Thank u
Try this: this.GridView1.Rows[1].Cells[2].Text
Parwej Ahamad g.parwez@gmail.com
-
Try this: this.GridView1.Rows[1].Cells[2].Text
Parwej Ahamad g.parwez@gmail.com
Thank u
-
Hi, Can u just tell me the code to retrieve particular cell value from datagrid.I mean 2nd row 3rd column etc., Thank u