Method | Description | |
---|---|---|
UserPopupWebPart ( ) : System |
Method | Description | |
---|---|---|
CreateChildControls ( ) : void |
Create all your controls here for rendering. Try to avoid using the RenderWebPart() method.
|
|
OnLoad ( |
Ensures that the CreateChildControls() is called before events. Use CreateChildControls() to create your controls.
|
Method | Description | |
---|---|---|
HandleException ( |
Clear all child controls and add an error message for display.
|