Click here to Skip to main content
15,896,557 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

I am using asp.net 4.0 in that i used Ajax ModalPopupExtender to show popup on page.
it woking fine in local machine. when I hosted this site on web server then its not workning. popup is opened but page and popup both are in disable mode.
Is it cross domain or environment issue?

please suggest solution for it.

Thanks
Posted
Updated 5-Jan-12 23:39pm
v3
Comments
K Herms 6-Jan-12 6:50am    
It could be a connection problem. Use tools like fiddler or chrome to see what request are made and if one of these failed. Maybe one javascript file is not loaded because of connection/authorization problems.

1 solution

May be java script problem once debug your site using firebug and you will find out the problem
 
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