Tuesday, May 3, 2011

Minimize ViewState with TreeView

Any practical tips/tricks on how to do that?

It doesn't seem that there is a lot of information about how to do that. I am loading data from the database into TreeView and the max number of nodes will be around 100. I am still interested in minimizing the ViewState.

I will also be adding and deleting nodes dynamically (though the user interaction).

Thanks!

PS: I am using asp.net 2.0, c#, webforms (so don't give me tips that relate to to ASP MVC only)

From stackoverflow

0 comments:

Post a Comment