January 2009 - Posts

14
Comments

Implementing Sorting in Generic List (List<T>) by Yanesh Tyagi

How to sort a generic list? Well, generic list provides a sort method itself in the form List<T>.Sort(). But wait a sec. This method requires you to implement sorting mechanism in your type. This is because this method uses default sorting mechanism...
Filed under: , ,
8
Comments

Implementing Delete Confirmation Dialog in ListView Control (ASP.Net) by Yanesh Tyagi

Listview control is one of my favorite controls added in asp.net version 3.5. It provides easy way to implement view (list), update, insert and delete functionality. Using SQL Data Source or LINQ Data Source control, you can create a page that will display...
Filed under: ,
More Posts