September 2009 - Posts

0
Comments

4 little known Asp.Net features by rinze

There’s a really nice article on 4GuysFromRolla, exlaining 4 little know features in .Net that can be really helpfull. Check out Four Little Known, Helpful Methods, Properties, and Features for ASP.NET Developers
1
Comments

Sorting a Gridview bound to a List by rinze

In pretty much every web application I build, I come across the problem that the default sorting mechanism build in to gridview, doesn’t work when binding to List objects. It requires the gridview to be bound to a dataset object instead of a List. While...
More Posts