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