Archives

Archives / 2006 / August
  • GridView DropDownList Pager

    This post shows you how to add a custom DropDownlist pager and pager buttons to the GridView as shown below:

    gridview_dropdown_pager

    Unlike the behavior of the default pager buttons,  these buttons get disabled instead of being hidden (depending on the state of the GridView).

  • Clickable GridView Headers

    By default, you can sort on the columns of a GridView by clicking on the LinkButton in the header of a column that has a SortExpression defined. This post is going to attempt three things.