Property | Type | Description | |
---|---|---|---|
Close | void | ||
PopupControlExtender | System |
Method | Description | |
---|---|---|
Cancel ( ) : void |
Cancels the popup control and hides it abandoning results
|
|
Commit ( string result ) : void |
Commits the popup control and hides it applying the specified result
|
|
GetProxyForCurrentPopup ( |
Returns a proxy PopupControlExtender representing the currently active popup on the specified page Only the Cancel and Commit methods should be called on the proxy |
|
PopupControlExtender ( ) : System |
Method | Description | |
---|---|---|
OnLoad ( |
||
OnPreRender ( |
||
Page_PreRender ( object sender, |
Method | Description | |
---|---|---|
Close ( string result ) : void | ||
PopupControlExtender ( |
public static GetProxyForCurrentPopup ( |
||
page | Page | |
return |
protected OnPreRender ( |
||
e | ||
return | void |
protected Page_PreRender ( object sender, |
||
sender | object | |
e | ||
return | void |