Asp.net Ajax, Hangs Somtimes
I am using ASP.net Ajax for my project. and using a session to manage state.
in some piece of code, I have some modalpop up that contain UC and do some stuff.
If I use UpdatePanel, sometimes when I open the popup, the progress bar is displayed for a long time and does nothing. if i refresh the page it works correctly. Also if I remove UpdatePanel all methods work fine.
on pages that have more than one popup (or whatever method I run on the refresh panel) I have this problem.
What happened? and how can i fix this?
Thanks Mehdi
a source to share
for more information, I load the UC dynamiclly on the page in the OnInit method, so in each column the UC is loaded again before loading the static UC, I don't have the same problem as it is now. Also I am using ModalUpdateProgress which was 3rd party and open source for Progressbar
a source to share