Rebuild whole page on callback?
Posted
by AJ
on Stack Overflow
See other posts from Stack Overflow
or by AJ
Published on 2010-03-15T11:22:00Z
Indexed on
2010/03/15
11:29 UTC
Read the original article
Hit count: 187
Hello,
In asp.net is it a requirement to rebuild the whole page during every callback? For example my web page is split into three distinct areas and I have an update panel for each area. Lets say I want to update the third area, do I have to bother with any processing of the other two areas?
For example lets say there is a grid view in area two. The update panel in area three callbacks to update its content. Do I have to rebind the grid in area two?
Thanks,
AJ
© Stack Overflow or respective owner