Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations wOOdy-Soft on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

GridView Control...

Status
Not open for further replies.

Premalm

Programmer
Mar 20, 2002
164
US
Hi,

I have a Gridview with a button as one of the columns.
This is not a select button.
How do I get access to the selected row of the GridViewRow Control and access the row in the button's click event.

Thanks
Pr.

 
SelectedRow is readonly, if you wish to set it to a new value, you will have to use SelectedItem, so using keys might be approprite, so you have a uniqueid for the row.

Olav Alexander Mjelde
Admin & Webmaster
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top