Browse by Tags

All Tags » List » ASP.NET (RSS)

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