Method | Description | |
---|---|---|
Profile_OnMigrateAnonymous ( object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void |
Handles the OnMigrateAnonymous event of the Profile control.
|
Method | Description | |
---|---|---|
Application_BeginRequest ( object sender, |
||
Application_End ( object sender, |
Handles the End event of the Application control.
|
|
Application_Error ( object sender, |
||
Application_PreRequestHandlerExecute ( object sender, |
Handles the PreRequestHandlerExecute event of the Application control.
|
|
Application_Start ( object sender, |
Handles the Start event of the Application control.
|
protected Application_BeginRequest ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Application_End ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_Error ( object sender, |
||
sender | object | |
e | ||
return | void |
protected Application_PreRequestHandlerExecute ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
protected Application_Start ( object sender, |
||
sender | object | The source of the event. |
e | The |
|
return | void |
public Profile_OnMigrateAnonymous ( object sender, System.Web.Profile.ProfileMigrateEventArgs args ) : void | ||
sender | object | The source of the event. |
args | System.Web.Profile.ProfileMigrateEventArgs | The |
return | void |