Stories recently tagged with 'List'

Working with ASP.NET GridView binding using List , ClientIDMode in ASP(syntaxhelp.com)

submitted by hima_.nethima_.net(440) 2 years, 1 month ago

Syntax help on GridView binding and clientIDmode property usage in ASP.NET read more...

add a comment |category: |Views: 24

tags: another

SharePoint list view web part and wild card search. Is it possible?(praveenbattula.blogspot.com)

submitted by praveenbattulapraveenbattula(629) 2 years, 4 months ago

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. Really works great. read more...

add a comment |category: |Views: 202

tags: another

Create elegant code with Action delegate and List.ForEach method(dotnettipoftheday.org)

submitted by manovichmanovich(755) 4 years, 3 months ago

Small example of how to use Action delegate to perform some action on all elements of a collection. read more...

9 comments |category: |Views: 625

tags: another

How to sort a generic List<T>(dotnetslackers.com)

submitted by simonebsimoneb(5450) 4 years, 7 months ago

Sorting a generic List<T> using anonymous methods and the Comparison<T> delegate. read more...

1 comment |category: |Views: 96

tags: another

How-To: "Cast" between List<T>'s(devlicio.us)

submitted by dwhittakerdwhittaker(13.1k) 4 years, 7 months ago

If you've ever tried to cast been list generics, you know that you can't. read more...

2 comments |category: |Views: 24

tags: another

C# List Control Utility(developer.coreweb.com)

submitted by silverCOREsilverCORE(275) 5 years, 5 months ago

A C# 2.0 helper class that gives you a little more control over list controls. read more...

add a comment |category: |Views: 141

tags: another