WinStudio

Edit User Control References Dialog Box

Use this dialog to specify assembly, class, and URL information for the user control.

Windows Assembly Name Browse to select the DLL assembly file for the user control.
Windows Class Override Specify the Windows user control assembly class override.
Web Assembly Name Browse to select the assembly to use for Web rendering of the user control. The Web assembly contains a non-Winforms class derived from the WSUserControlBase class or implementing the interface, and which implements the server-side communications between the WinStudio runtime and your code. The Web assembly must be deployed on the Web server. The Web content can be deployed anywhere.
Web Class Override Specify the class override to use for the server-side user control implementation.
Control URL Specify the URL of the user control, for example, http://server/Test.aspx. If Is Relative URL is selected, then only specify the file name (and any additional path) from the base URL, for example Test.aspx.
Relative URL, Absolute URL, or Web User Control Asset? Specify whether the control reference is absolute, relative to the base URL, or a web user control asset. If you select Relative URL, the actual URL()keyword has as its contents the BASEURL() substitution keyword, which is resolved at runtime.

Related Topics

About User Control Components

Creating a User Control and a User Control Component