Click to See Complete Forum and Search --> : Gridview & AJAX Update Panel


vbnov
May 12th, 2009, 02:06 PM
I have a gridview populated with rows.

Gridview has a hyperlink field on itemtemplate. on the click event of the hyperlink I want to pass the rowid and I want to display the details of the record in a asp:table.

I would like to use an update panel so I dont have to refresh the page.

I am not familiar with update panel. How do I set a trigger for the hyperlink on the gridview? Or is there any other way?

Can anyone give me some pointers how I can achieve this?


Thanks