is it possible to do partial postback on web?

Posted by carter-boater on Stack Overflow See other posts from Stack Overflow or by carter-boater
Published on 2010-04-19T16:00:47Z Indexed on 2010/04/19 16:03 UTC
Read the original article Hit count: 315

Filed under:
|
|

Hi all,

I read some paragraphs in a book saying that it is not possible to do a partial postback for web, even AJAX is employed. Ajax will postback everything and update only ajaxfied controls. However, on pages I made using ajax, I used Fiddler to monitor the transportation. I found when the page initial load, it loaded everything include pictures .... However, when I click a button and do a ajax postback. I can only see the some data were loaded.... Looks like it doesn't need to reload the whole page again. I don't know if what I see is correct? Or the book I read is correct?

Thank you guys.

© Stack Overflow or respective owner

Related posts about AJAX

Related posts about web