ARTICLE

Ajax Toolkit: AlwaysVisibleControlExtender

Posted by Raj Kumar Articles | Visual Basic 2010 May 02, 2008
Through this article you will learn: How to use AlwaysVisibleControlExtender control in ASP.NET 2.0.
Reader Level:

Introduction

In this article I am going to discuss about an Ajax control named 'AlwaysVisibleControlExtender' and how to use it in asp.net 2.0.

AlwaysVisibleControlExtender is used to define area of content on user interface to state visible no matter how the user scroll around the rest of content of the page. The AlwaysVisibleControl is a simple extender allowing you to pin controls to the page so that they appear to float over the background body content when it is scrolled or resized. It targets any ASP.NET control and always keeps the position a specified distance from the desired horizontal and vertical sides. I am using a panel that will be visible all the time when you will scroll page.

Ok let's start from beginning, first of all Open Microsoft Visual Studio2005 and create a new website in ASP.NET Enabled Website.

SnapShot 1:
 


There should be already a control name ScriptManager. Now add AjaxControl Toolkit in your Bin directory. Drag and drop a Panel control on page, and put all contents which you want to visible all the time on the page, doesn't matter page is scrolling or not. Now drag and drop AlwaysVisibleControlExtender control from Toolbox and set TargetControlID to that PanelID. For testing it's working or not put lots of contents on your page.

Here is .aspx code:

<asp:ScriptManager ID="ScriptManager1" runat="server" />

    <asp:Panel ID="Panel1" BorderStyle=solid BorderWidth=2 runat="server" Height="100px" Width="200px"    BackColor=yellow BorderColor=red>

        <p>

            <span style="font-size: 10pt; font-family: Tahoma">

                <strong>Message:</strong>

            </span>

        </p>

        <div>

            <span style="font-size: 10pt">

                <span style="font-family: Tahoma">

                    This Panel will visible all the time when you will scroll the page.

                </span>

            </span>

        </div>

        <p>

            <span style="font-size: 10pt">

                <strong>

                    <span style="font-family: Verdana">Current Time:

                    </span>

                </strong>

            </span>

            <asp:Label ID="Label1" runat="server" Font-Bold="True" Font-Names="Verdana" Font-Size="10pt">

            </asp:Label>

        </p>

    </asp:Panel>

    <div>

        <cc1:alwaysvisiblecontrolextender ScrollEffectDuration=".1" HorizontalSide=Right HorizontalOffset=10
     
   VerticalSide="Middle" VerticalOffset="10" TargetControlID="Panel1"

         id="AlwaysVisibleControlExtender1" runat="server">

         </cc1:alwaysvisiblecontrolextender>

    </div>

Snapshot 2:


 
I hope you will like this article. If yes drop me a line or write a comment below in the comments section.

Login to add your contents and source code to this article
share this article :
post comment
 

What kind of help you want from me???

Posted by Raj Kumar Dec 03, 2010
Nevron Diagram
Become a Sponsor
PREMIUM SPONSORS
  • Finally – a virtual platform that delivers next-generation Windows Server 2008 Hyper-V virtualization technology from a managed hosting partner you can truly depend on. Visit www.maximumasp.com/max for a FREE 30 day trial. Hurry offer ends soon. Climb aboard the MaxV platform and take advantage of High Availability, Intelligent Monitoring, Recurrent Backups, and Scalability – with no hassle or hidden fees. As a managed hosting partner focused solely on Microsoft technologies since 2000, MaximumASP is uniquely qualified to provide the superior support that our business is built on. Unparalleled expertise with Microsoft technologies lead to working directly with Microsoft as first to offer IIS 7 and SQL 2008 betas in a hosted environment; partnering in the Go Live Program for Hyper-V; and product co-launches built on WS 2008 with Hyper-V technology.
    Get 2 Months Free of ASP.NET Hosting for Only $4.95/month! Receive FREE MS SQL and MySQL Databases Including ASP.NET 4/3.5, MVC 3.0, Silverlight 4, Windows 2008/IIS 7.0 Plus FREE IIS 7 Modules. Host UNLIMITED ASP.NET Web Sites - Click Here!
Team Foundation Server Hosting
Become a Sponsor