Wednesday, March 21, 2012

Is it different to use serveral small UpdatePanels or use one UpdatePanel with entire page

How many data with processed on server and how many data will response to client?

I think multiple small UpdatePanel should surely be better.

SeeHERE.

dflying:

UpdatePanel just updatesALL the controls in its ContentTemplate from server, which may be very low efficient.

No comments:

Post a Comment