up vote 0 down vote favorite
share [g+] share [fb]

I have silverlight plugin on my page and some functionality to show panel as popup with the help of Ajax ModalPopup extender,

But whenever show modal pop up it hides behind the silverlight plugin i.e. plugin is always on top?

any suggestion to solve this problem?

link|improve this question

69% accept rate
feedback

1 Answer

up vote 1 down vote accepted

Try setting isWindowsless to true when creating the silverlight object. Pass this in as a parameter. Windowsless silverlight apps have a z-index of 1 so you can overlay them. I did hear there was a performance hit mind you.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.