ASP.NET AJAX Partial Rendering
Posted
by AJ
on Stack Overflow
See other posts from Stack Overflow
or by AJ
Published on 2010-03-15T15:46:46Z
Indexed on
2010/03/15
15:49 UTC
Read the original article
Hit count: 387
Hello,
I have a question about how ASP.NET AJAX partial rendering actually works. Does it:
1) Renders the whole page on the server, transmits the whole page to the client, the client then merges just the area contained in the update panel.
2) Renders the whole page on the server, transmits and merges just the area contained by the update panel.
3) Renders, transmits and merges just the area contained by the update panel.
Thanks,
AJ
© Stack Overflow or respective owner