Utilizing Generics to make a Class structure more mutable…

Posted by Keith Barrows on ASP.net Weblogs See other posts from ASP.net Weblogs or by Keith Barrows
Published on Tue, 04 Jan 2011 01:06:55 GMT Indexed on 2011/01/04 1:54 UTC
Read the original article Hit count: 392

Filed under:
|
|
While the ASP.NET GridView control supports automatic paging I found it faster to use custom paging in several situations.  I found myself rewriting the same code over and over just to add the basic sorting capabilities to an ASP.NET GridView object.  So today I took just a little bit of time to encapsulate it all into a Class I can use and reuse on any page with a GridView.  In fact, it will probably take longer to write this blog entry than it took to encapsulate the functionality...(read more)

© ASP.net Weblogs or respective owner

Related posts about C# (Specific)

Related posts about ASP.NET