N
Not Me
Hey,
I'm using the MS AJAX libraries to achieve a modal popup window. Prior
to using the toolkit control, I have a gridview and detailsview objects
visible on the page.. when the gridview row is selected, the detailsview
updates (in a seperate updatepanel - no full refresh)
Now I've added the modalpopupextender and the result is that although
the ok/cancel buttons on the panel appear.. the details within the
detailview are blank (i.e. the whole thing is invisible.. as default
with no data).
Could it be because the modal popup events are intercepting the gridview
update event which is causing the detailsview.databind?
Hope that makes sense... if so is there any way of making the databind
occur prior to the modalpopup effect?
Thank you!
Chris
I'm using the MS AJAX libraries to achieve a modal popup window. Prior
to using the toolkit control, I have a gridview and detailsview objects
visible on the page.. when the gridview row is selected, the detailsview
updates (in a seperate updatepanel - no full refresh)
Now I've added the modalpopupextender and the result is that although
the ok/cancel buttons on the panel appear.. the details within the
detailview are blank (i.e. the whole thing is invisible.. as default
with no data).
Could it be because the modal popup events are intercepting the gridview
update event which is causing the detailsview.databind?
Hope that makes sense... if so is there any way of making the databind
occur prior to the modalpopup effect?
Thank you!
Chris