PostBackOptions Constructor

 

Initializes a new instance of the PostBackOptions class.

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

NameDescription
System_CAPS_pubmethodPostBackOptions(Control^)

Initializes a new instance of the PostBackOptions class with the specified target control data.

System_CAPS_pubmethodPostBackOptions(Control^, String^)

Initializes a new instance of the PostBackOptions class with the specified target control and argument data.

System_CAPS_pubmethodPostBackOptions(Control^, String^, String^, Boolean, Boolean, Boolean, Boolean, Boolean, String^)

Initializes a new instance of the PostBackOptions class with the specified values for the instance's properties.

Return to top
Show: