Clicking Linkbutton in a gridview doesn't fire the codebehind

Ethiggiva

New Member
I have searched for a solution on this site and others and I have not been able to find my exact case so here goes...I have a panel that is used as a modal popup by using the modal popup extender. Inside of this panel is an update panel that contains a multiview control. The views for the multiview contain grids. Different grid for different views. The left most field on the grid is a template field that contains a link button. This should fire the code behind to redirect to another page. Instead, it appears to reopen the popup with no data displayed.So...here are the events as I perform them.I click a button on the webpage that opens my popup that contains my grid. The correct view displays containing the correct grid and my data is correct. I click on my linkbutton that should direct me to a new page and instead I get the same popup with no data in the grid.I have this exact functionality in use on another webpage, the only difference is that I don't use multiviews. However, I at least know that the linkbutton in the grid inside the update panel fires the code behind.I have tried an image buttons it reacts the same. The hyperlink field does work and can be used, but I want to see if I can get the linkbutton to work so that I have a little more flexibility.
 
Back
Top