GridViewOrders_Sorting Method (sender, e)

Design Pattern Framework 3.5

Design Pattern Framework 3.5 GridViewOrders_Sorting Method (sender, e)
Patterns-In-Action! ApplicationASPNETWebApplication.WebAdminOrdersGridViewOrders_Sorting(Object, GridViewSortEventArgs)
Sets sort order and re-binds page.
Declaration Syntax
C# Visual Basic
protected void GridViewOrders_Sorting(
	Object sender,
	GridViewSortEventArgs e
)
Protected Sub GridViewOrders_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)