Search code examples
asp.netajaxcontroltoolkitmodalpopupextender

ModalPopupExtender displays a black box when it contains a user control


I'm using the Ajax Control Toolkit's ModalPopupExtender. It works great but when I add a user control to the panel it is set to display, the modal popup is displayed with a black box over it.

This is how it looks like: alt text

Is anyone familiar with the problem? Is there a workaround?

Thanks, Shay.


Solution

  • Take a look at this post:

    http://forums.asp.net/p/991583/1288989.aspx

    Try setting drop shadow to false and then make sure your DOCTYPE is XHTML. If that doesn't fix it then definitely post your code and I'm sure somebody can figure it out.