These two methods will allow you to generically locate a collection of Controls on any webform. (more…)
C#
Archived Posts from this Category
October 8, 2008
If you ever need to recreate production web traffic in a different environment this code slab will come in handy. (more…)
October 6, 2008
Sortable GridView WebControl
Posted by kueue under C# | Tags: asp.net, custom control, GridView, objectdatasource, sorting |Leave a Comment
This custom GridView control extends the functionality of the ASP.NET GridView to implement sorting in a generic fashion. (more…)