ChangePassword Page_Error Method A Sandcastle Documented Class Library
Page_Error should call its base class, BasePageStandard, first before doing anything.

Namespace: P4s3Web
Assembly: P4s3Web (in P4s3Web.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax

protected override void Page_Error(
	Object sender,
	EventArgs args
)

Parameters

sender
Type: System Object
args
Type: System EventArgs
See Also