gtjr92
Programmer
- May 26, 2004
- 96
For asp.net 2.0
I have a gridview with two hyperlink fields. I want to execute different events depending on which of the hyperlink columns is clicked. The only event I can get for this is gridview selected index changed. I want to call an event depending on which hyperlink column is clicked not on selected index changed. I know I may have to use template fields to call the event.
Any ideas?
Thanks
I have a gridview with two hyperlink fields. I want to execute different events depending on which of the hyperlink columns is clicked. The only event I can get for this is gridview selected index changed. I want to call an event depending on which hyperlink column is clicked not on selected index changed. I know I may have to use template fields to call the event.
Any ideas?
Thanks