Yanesh Tyagi on ASP.Net
Technical blog of Yanesh Tyagi
Sign in
|
Join
Home
Contact
About
RSS
Atom
Comments RSS
Search
Tags
.net
Ajax Control Toolkit
ASP.NET
C#
Code Snippet
COM Objects
Concepts
Generics
Graphics
List<T>
ListView
MS Office
Tools
VB.Net
Sponsors
advertise here
Navigation
Home
Blogs
Archives
January 2010 (1)
November 2009 (1)
May 2009 (1)
February 2009 (2)
January 2009 (2)
November 2008 (1)
October 2008 (1)
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:
C#
,
Generics
,
List<T>
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:
ASP.NET
,
ListView
More Posts