GetPostBackEventReference Method
MSDN Home
MSDN
MSDN Library
.NET Development
Previous Versions
.NET Framework 2.0
Class Library Reference
System.Web.UI
ClientScriptManager Class
ClientScriptManager Methods
GetPostBackEventReference M ...
GetPostBackEventReference Meth ...
GetPostBackEventReference Meth ...
GetPostBackEventReference Meth ...
GetPostBackEventReference Meth ...
ClientScriptManager Methods
GetCallbackEventReference Meth ...
GetPostBackClientHyperlink Met ...
GetPostBackEventReference Meth ...
GetWebResourceUrl Method
IsClientScriptBlockRegistered ...
IsClientScriptIncludeRegistere ...
IsOnSubmitStatementRegistered ...
IsStartupScriptRegistered Meth ...
RegisterArrayDeclaration Metho ...
RegisterClientScriptBlock Meth ...
RegisterClientScriptInclude Me ...
RegisterClientScriptResource M ...
RegisterExpandoAttribute Metho ...
RegisterForEventValidation Met ...
RegisterHiddenField Method
RegisterOnSubmitStatement Meth ...
RegisterStartupScript Method
ValidateEvent Method
Switch View :
Classic
Lightweight Beta
ScriptFree
Feedback
.NET Framework Class Library
ClientScriptManager.GetPostBackEventReference Method
Returns a string that can be used in a client event to cause postback to the server.
Overload List
Name
Description
ClientScriptManager.GetPostBackEventReference (PostBackOptions)
Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified
PostBackOptions
instance.
ClientScriptManager.GetPostBackEventReference (Control, String)
Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified control that handles the postback and a string argument of additional event information.
ClientScriptManager.GetPostBackEventReference (PostBackOptions, Boolean)
Returns a string that can be used in a client event to cause postback to the server. The reference string is defined by the specified
PostBackOptions
object. Optionally, registers the event reference for validation.
ClientScriptManager.GetPostBackEventReference (Control, String, Boolean)
Returns a string to use in a client event to cause postback to the server. The reference string is defined by the specified control that handles the postback and a string argument of additional event information. Optionally, registers the event reference for validation.
See Also
Reference
ClientScriptManager Class
ClientScriptManager Members
System.Web.UI Namespace
PostBackOptions
IPostBackEventHandler
Button
Other Resources
Implementing Client Callbacks Without Postbacks in ASP.NET Web Pages
Tags :