I
recently ran into an issue when trying to use the AJAX toolkit rounded corners extender in
conjunction with the modal pop-up extender. When I set the target of both
extenders to the same panel, my popup was not showing up correctly (my popup
was squished and wasn’t displaying any of the contents I had created). I
found a great, easy to understand solution on this blog post: http://www.creativeui.com/2007/07/04/aspnet-ajax-creating-pretty-popups/.
Hopefully
it will help any of you out there who might run into the same issue.
Reader Comments