Method | Description | |
---|---|---|
GetPostBackEventReference ( string eventArgument ) : string |
Gets the post back event reference.
|
|
GetPostBackHyperlink ( string eventArgument ) : string |
Gets the post back hyperlink.
|
|
RaisePostBackEvent ( string eventArgument ) : void |
When implemented by a class, enables a server control to process an event raised when a form is posted to the server.
|
public GetPostBackEventReference ( string eventArgument ) : string | ||
eventArgument | string | The event argument. |
return | string |
public GetPostBackHyperlink ( string eventArgument ) : string | ||
eventArgument | string | The event argument. |
return | string |
public RaisePostBackEvent ( string eventArgument ) : void | ||
eventArgument | string | A |
return | void |