Click here to Skip to main content
15,888,091 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I need Know How to get Absolute Position of Bottom Of screen So that I can Display My Div tag or Panel at Bottom of the Screen And This should be always visible
Posted
Updated 24-Aug-11 21:07pm
v3

1 solution

HTML
<ajaxToolkit:AlwaysVisibleControlExtender ID="ace" runat="server"
    TargetControlID="yourControlID"
    VerticalSide="Bottom"
    VerticalOffset="10"
    HorizontalSide="Right"
    HorizontalOffset="10"
    ScrollEffectDuration=".1"/>


http://www.asp.net/ajaxlibrary/AjaxControlToolkitSampleSite/AlwaysVisibleControl/AlwaysVisibleControl.aspx[^]
 
Share this answer
 
v2

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900