By tag: List
0
kicks
Working with ASP.NET GridView binding using List , ClientIDMode in ASP
Syntax help on GridView binding and clientIDmode property usage in ASP.NET
0
kicks
SharePoint list view web part and wild card search. Is it possible?
Yes, It is possible and wonderful article which explains how to solve this problem. You can implement the same with data view web part in different ways. But, with list view web part don't have so many functions to implement partial search. But this post is explaining wonderful way to solve it. Real...
0
kicks
Create elegant code with Action delegate and List.ForEach method
Small example of how to use Action delegate to perform some action on all elements of a collection.
0
kicks
How to sort a generic List<T>
Sorting a generic List<T> using anonymous methods and the Comparison<T> delegate.
0
kicks
How-To: "Cast" between List<T>'s
If you've ever tried to cast been list generics, you know that you can't.
0
kicks
C# List Control Utility
A C# 2.0 helper class that gives you a little more control over list controls.