Design Pattern Framework 3.5
GridViewCustomers_Sorting Method (sender, e)
Patterns-In-Action! Application ► ASPNETWebApplication.WebAdmin ► Customers ► GridViewCustomers_Sorting(Object, GridViewSortEventArgs)
Sets sort order and re-binds page.
Declaration Syntax
C# | Visual Basic |
protected void GridViewCustomers_Sorting( Object sender, GridViewSortEventArgs e )
Protected Sub GridViewCustomers_Sorting ( _ sender As Object, _ e As GridViewSortEventArgs _ )
Parameters
- sender (Object)