Hi All,

I need a help regarding async request(postback),
Actually in my application, when I click on submit button async post
back happens,
But for some reasons application get stucked some where and unable to
receive response from server.
Code is accurate tested 100 times,.
According to my understanding and research, I should abort the current
async request and start it once again
without prompting to user after some period of time.
Can anybody help me below points

1 - start the timer when async request to server happens.
2- calculate time and and if time required is greater than suppose 30
second then abort the async request
3- start the same request again without prompting to user
4- all the above process should happened at run time.

Reply via email to