Krumelur76
May 5th, 2009, 01:17 PM
Hi there!
I'm trying to figure out the basics of ASP.NET (2) and AJAX.
If I have multiple Panels and also multiple UpdatePanels on a page it seems to me that there is always only one form which is used to pass the client data on to the server.
I would have thought that every UpdatePanel would have a form.
But if there's only one, how can it handle simultaneous requests? Is it just that the events are queued and then transferred using XMLHttpRequest but all using the one and only form?
Is there a good article on how it's all working without going to deep into code details?
René
I'm trying to figure out the basics of ASP.NET (2) and AJAX.
If I have multiple Panels and also multiple UpdatePanels on a page it seems to me that there is always only one form which is used to pass the client data on to the server.
I would have thought that every UpdatePanel would have a form.
But if there's only one, how can it handle simultaneous requests? Is it just that the events are queued and then transferred using XMLHttpRequest but all using the one and only form?
Is there a good article on how it's all working without going to deep into code details?
René