PostBackOptions.Argument Property

 

Gets or sets an optional argument that is transferred in the postback event.

Namespace:   System.Web.UI
Assembly:  System.Web (in System.Web.dll)

public string Argument { get; set; }

Property Value

Type: System.String

The 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
Return to top
Show: