PostBackOptions.Argument Property
.NET Framework (current version)
Gets or sets an optional argument that is transferred in the postback event.
Assembly: System.Web (in System.Web.dll)
Property Value
Type: System.StringThe optional argument that is transferred in the postback event. The default value is an empty string ("").
The Argument property specifies an optional argument that is transferred in a postback event. This property is used to represent the EVENTARGUMENT parameter of the _doPostBack method of the client-side JavaScript.
.NET Framework
Available since 2.0
Available since 2.0
Show: