I am using update panel with ajax timer
its my pusedocode
my the help of "tick event" of timer i execute some functios.
My problem is, it only executes 1 time by the help of "timer tick" event
then it gets hanged !!!!!
I donot know where it goes???
I have debugged it to find or see the flow where it is going but not
get success yet
and when i use chrome browser after some time it gives me message your page get expired you want to wait or continue???
kindly help me out it would be so nice of you
Amit ChoudharyPosted Jan 17, 2011, 12:15 AM
It seems that your async request is not giving response once called. try debugging the server side function if its having some bug.
also you can use Firebug tool with firefox browser to check the status and other request status in that. it'll surely help you finding what's wrong happening..
Thanks.