Click here to Skip to main content
15,901,205 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Actually to my criteria i am displaying pop up with the help of the ModalPopupExtender but for loading that popup it is taking to much time. is there any alternative to overcome this. and my dought is i am taking panel to popup the ModalPopupExtender i think thats why it is taking to much time.
Posted
Comments
abhijeetgupta1988 1-Jun-13 7:39am    
what is the content of your Popup Panel?
Is it static content or some dynamic content?
ntitish 2-Jun-13 23:56pm    
static only sir it is common to every one but content on the panel will change(that mean name and date will be modified) rest of the thing will be same to every one.
ntitish 3-Jun-13 8:20am    
Sir is r=there ant problem if it is dynamic and static
abhijeetgupta1988 4-Jun-13 1:51am    
If the content is dynamic ,it'll take some time to fetch the data from server and may take time to load ,you can check the underlying code which may be optmised.

If your popup is static one then you could have used jQuery Popups which are easy and fast to implement.
ntitish 5-Jun-13 7:11am    
thanks for your reply........

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