C# Class WebAppNet45.Account.RegisterAjax

Inheritance: System.Web.UI.Page
Show file Open project: beginor/practice

Public Methods

Method Description
Page_Load ( object sender, EventArgs e ) : void

Protected Methods

Method Description
GetHandlerUrl ( ) : string

Private Methods

Method Description
ErrorCodeToString ( MembershipCreateStatus createStatus ) : string
GetReturnUrl ( ) : string
HandleAjaxRequest ( ) : void

Method Details

GetHandlerUrl() protected method

protected GetHandlerUrl ( ) : string
return string

Page_Load() public method

public Page_Load ( object sender, EventArgs e ) : void
sender object
e System.EventArgs
return void