AJAX Control Toolkit - AlwaysVisibleControl Extend
One of the controls in the ajax control tool kit is
AlwaysvisibleCont****tender
I am not sure of some of the attributes for this tag
HorizontalOffset
VerticalOffset
What are these used for? is it the x & Y location? if so why are they not changing when i change the x & Y locations?
Example:
<cc1:AlwaysVisibleCont****tender ID="AlwaysVisibleCont****tender1" TargetControlID="Panel1" HorizontalOffset="50" VerticalOffset="120" HorizontalSide="center" runat="server">
</cc1:AlwaysVisibleCont****tender>
|