Hi,
i've a button, during click event it should make some activity on server and then it should update two distinct page area. Actually i'm trying to use CallBackPanel to take advantage of event such as EndCallBacks, moreover UpdatePanels create some problems activating compression (during postback is not possible keep compression enabled) so i try don't use UpdatePanel if possible.
My two questions are :
1) With the last build Can i set the refresh of a CallBackPanel into server side (like UpdatePanel.Update)? Could you suggest me an alternative to updpnl to refresh distinct page area
2) Could you provide me a link to new compression feature or tell me what are the suggestions to make the page size smaller?
Thanks