Click here to Skip to main content
15,893,487 members
Please Sign up or sign in to vote.
2.00/5 (1 vote)
See more:
I want to open a modal pop up with popup control id is a Panel.
There is a flash content on the web page too.
The same popup is working in the master page contents but not in the web form having the flash content.
I dont know , is this due to flash or something....please help
Posted
Comments
uspatel 24-Dec-11 2:30am    
share code of web form

 
Share this answer
 
The solution is to replace

ASP.NET
<asp:ScriptManager> with <asp:ToolkitScriptManager>
 
Share this answer
 
v2
you can set Z index in popup CSS.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900