PostBackOptions Constructor (Control, String)
.NET Framework (current version)
Initializes a new instance of the PostBackOptions class with the specified target control and argument data.
Assembly: System.Web (in System.Web.dll)
Parameters
- targetControl
-
Type:
System.Web.UI.Control
The Control that receives the postback event.
- argument
-
Type:
System.String
The optional parameter passed during the postback event.
.NET Framework
Available since 2.0
Available since 2.0
Show: