How to Reduce Viewstate Created by Telerik Controls
If anyone using Telerik controls is facing performance issue, then you can get the desired performance by doing small changes. Basically RadControls(I have mainly used RadGrid) creates a large amount of viewstate on every page(Which is used to Store the data related to RadGrid functionality such Paging,Expand State etc) and which also takes up additional resouces. But […]