November, 2005

Posts
  • Parag's Weblog

    Extending ASP.NET Datagrid control

    • 0 Comments
    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...
  • Parag's Weblog

    Enabling Custom Paging on DataGrid Control

    • 0 Comments
    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...
  • Parag's Weblog

    Handling events inside datagrid control

    • 0 Comments
    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...
Page 1 of 1 (3 items)