GridViewProducts_Sorting Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GridViewProducts_Sorting Method (sender, e)
Patterns-In-Action! ApplicationASPNETWebApplication.WebShopProductsGridViewProducts_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)
e (GridViewSortEventArgs)

Assembly: ASPNETWebApplication (Module: ASPNETWebApplication) Version: 1.0.0.0 (1.0.0.0)