Hi
Can any one tell me how many asynchronous call can we make from an ajax webpage.I mean to say that if we are using update panel to implement any ajax functionality then how many maximum update panels can we put on our webpage along with one timer control extender for each update panel.Is there any limit for that?
In my application if i am using two update panels then the application refreshes the page without postback, but if i add third update panel control to the page and use timer extender to refresh then the page refreshes with postback.Please help me out in solving the issue..
Hi,
As far as I know, IE allows 2 simultaneous connections at maximum.
Priyank Joshi:
but if i add third update panel control to the page and use timer extender to refresh then the page refreshes with postback
But this issue doesn't seem to be related with the connection limitation. Can you show me a simple sample page of the issue?
No comments:
Post a Comment