Welcome to MSDN Blogs Sign in | Join | Help

November 2005 - Posts

Extending ASP.NET Datagrid control

Abstract ASP.NET is built on extensible architecture. Each and every control provides a set of basic functionalities which that control supports. If we want to extend/change the existing functionality for any control, .net framework provides ways to do
Posted by Parag Agarwal | 0 Comments
Filed under:

Enabling Custom Paging on DataGrid Control

Abstract When custom pagination is enabled, control does not implement any logic to page over a bound data source. Control expects the programmer to set the data source property with only records to be displayed for a given page. The advantage that we
Posted by Parag Agarwal | 0 Comments
Filed under:

Handling events inside datagrid control

This sample will give us an idea on: - How we can handle several events provided by Datagrid. How we can change behavior, L&F of Datagrid at runtime. Note: - This sample uses pubs database. First let’s define the Datagrid on the aspx page. <asp:DataGrid
Posted by Parag Agarwal | 0 Comments
Filed under:
 
Page view tracker