I have a modalpopup, I've embedded an updatepanel and within the updatepanel I have embedded a gridview. The popup has command buttons to control a further action and also to close the popup.
Displaying the popup with the proper data bound to the gridview works perfectly, however, clicking on any page number has no effect - no paging event is raised.
The command buttons also work beautifully.
I haven't posted any code as on the face of it this is a simple question.
Can you embed a Gridview into a modal popup and expect to be able to page through the dataset that you've bound to the grid?
I've tried lots of different approaches, specifying different attributes on the updatepanel, the extender and the gridview but I just cannot get the paging events to fire and create a postback.