Table of Contents
AnchorElementID Property

Specifies the anchor element's ID at which the dialog displays.

Syntax
 public String AnchorElementID { get; set; }
Remarks

If this property is not specified, the dialog will be displayed at the center of the web page.

If this property is specified, EO.Web Dialog will use the position of the element and ShowDirection property to determine where to display.

Note: This property should be set to the ID of a DHTML element, not the ID of a server control. The ID fo the the DHTML element for a server control is usually the same as the control's ClientID property.

See Also