C# Class SPPopupWithPreferences.UserPopupWebPart

Inheritance: Microsoft.SharePoint.WebPartPages.WebPart
Mostra file Open project: photon-infotech/sharepoint-resource-management Class Usage Examples

Public Methods

Method Description
UserPopupWebPart ( ) : System

Protected Methods

Method Description
CreateChildControls ( ) : void

Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.

OnLoad ( EventArgs e ) : void

Ensures that the CreateChildControls() is called before events. Use CreateChildControls() to create your controls.

Private Methods

Method Description
HandleException ( Exception ex ) : void

Clear all child controls and add an error message for display.

Method Details

CreateChildControls() protected method

Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.
protected CreateChildControls ( ) : void
return void

OnLoad() protected method

Ensures that the CreateChildControls() is called before events. Use CreateChildControls() to create your controls.
protected OnLoad ( EventArgs e ) : void
e System.EventArgs
return void

UserPopupWebPart() public method

public UserPopupWebPart ( ) : System
return System