telerik - Increase the performance of asp.net page -
we have 1 page 300 kb after compression of viewstate. it's loading slow. using telerik tabstrip. there 8 user controls being loaded tab. there anyway can improve performance of page? ideas please.
thanks..
yes, don't enable viewstate 1 approach. alternatively, load each tab on demand, when tab clicked, cause postback, , show tab's content (which wrapped in radajaxpanel telerik).
lastly, telerik has rich web service model; bind information ui via web services when tab clicked. had , worked out performance-wise.
hth.
Comments
Post a Comment