4
Answers

gridview

Rajeev Dalavi

Rajeev Dalavi

16y
2.6k
1
How can i access individual elements of a gridview?
Answers (4)
0
rahul bhosale
NA 115 11.6k 16y

hi...

 

check out this...

gridview.rows[i].columns[j] 

 

Accepted
0
Rajeev Dalavi
NA 15 0 16y
Hey, i'm sorry....... i got the answer... thank u so much......
0
Rajeev Dalavi
NA 15 0 16y

Hi..

I can't seem to find the control's attributes you've mentioned. Currently i'm using the gridview control to pick the data from the database. I am not directly configuring it, but writing the code behind to fill the grids. I have checkboxes for all my rows. I need to fetch a particular field values' from the grid that are checked. Is there any other or a proper way to fetch this column off the grid???

0
Vijaya Kadiyala
NA 2.4k 258.5k 16y

Hi

getSelectedItem() returns the selected item.

getSelectedView() returns the selected view, which the item could be
derived depending on the view.

Thanks -- Vijaya Kadiyala

http://dotnetvj.blogspot.com