Home » Archive

Articles in the ASP.NET Category

ASP.NET, Web programming »

[13 Aug 2007 | 2 Comments | ]

My first blog post ever, hopefully not the last. This morning my friend Cristi asked me to join Hi-Tech Squad and blog about technology. I’m all about efficiency in code, so I’m going to try to do the same in writing – i.e. as little blah blah as possible.
Problem: In an ASP.NET 2.0 page we have a long list of items (in a GridView or Repeater) with some checkboxes beside each item. The hard part in doing this is keeping the ViewState from exploding. Let’s say I have this piece …