Link to home
Start Free TrialLog in
Avatar of OteroJC
OteroJC

asked on

Get Value of DataGrid Using LinkButton C#

I have a data grid grdSchedule that has a template column in it with a link button. When a user clicks the link button I want to retrieve the value of the fifth column and display it in a a separate control. I'm using Visual Studio 2008 and C#. How do I get the value of the fifth column for the row on which the user has clicked the link button?
ASKER CERTIFIED SOLUTION
Avatar of jmwheeler
jmwheeler

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of OteroJC
OteroJC

ASKER

Thank you so much. I was over complicating my solution and succeeding only at giving myself a big giant headache. This is the neatest (cleanest) solution I have seen in all my searching.
No problem