Browse by Tags

All Tags » StateManagedCollection (RSS)

A custom StateManagedCollection Vs a Generic List by alessandro

So, you have a collection class and you want it to maintain state. In the past versions of asp.net, we had to do this manually, managing state in our collection ourselves. It was not a difficult task but it required a bit of extra work. Now in asp.net...
More Posts