现在的位置: 首页 > 综合 > 正文

AjaxControlToolkit 微软出的ajax.net 工具使用教程三 AlwaysVisibleControlExtender(浮动)控件的使用

2012年08月07日 ⁄ 综合 ⁄ 共 25656字 ⁄ 字号 评论关闭

<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Default.aspx.cs" Inherits="_Default" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.1//EN" "http://www.w3.org/TR/xhtml11/DTD/xhtml11.dtd">
<html xmlns="http://www.w3.org/1999/xhtml">
<head id="Head1" runat="server">
    <title>Untitled Page</title>
</head>
<body>
    <form id="form1" runat="server">
        &nbsp;
        <asp:ScriptManager ID="ScriptManager1" runat="server">
        </asp:ScriptManager>
        <ajaxToolkit:AlwaysVisibleControlExtender runat="server"
            ID="AlwaysVisibleControlExtender1"
            TargetControlID="allwaysOnMessage"
            VerticalSide="Top"
            VerticalOffset="10"
            HorizontalSide="Right"
            HorizontalOffset="10"
            ScrollEffectDuration=".1">
        </ajaxToolkit:AlwaysVisibleControlExtender>
            <br />
            <asp:Panel ID="allwaysOnMessage" runat="server" Height="100px" Width="220px" BackColor="Gray" ForeColor="Blue" BorderWidth="2" BorderStyle="Solid" BorderColor="Black">
            <div style="vertical-align: middle; text-align: center;">
            <p>Message</p>
            Now is the time for all good men and women to come to the aid of their friends.
                <br />
            </div>
            </asp:Panel>
           
            <br />
            <div id="main">
                <p class="date">
                    Wednesday, August 16, 2006 <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl0_DayItem_ImageLink"
                        href="http://joeon.net/archive/2006/08/16.aspx" style="border-top-width: 0px;
                        border-left-width: 0px; border-bottom-width: 0px; width: 12px; height: 15px;
                        border-right-width: 0px" title="Day Archive">#</a>
                </p>
                <div class="post">
                    <div class="postTitle">
                        <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl0_DayItem_DayList__ctl0_TitleUrl"
                            href="http://joeon.net/archive/2006/08/16/2749.aspx">BOOK - web Radio - Radio Production
                            for Internet Streaming</a>
                    </div>
                    <div class="postText">
                        <p>
                            <a href="http://www.amazon.com/gp/product/0240516354/sr=8-2/qid=1155740952/ref=pd_bbs_2/102-2691300-9758525?ie=UTF8">
                                <img align="left" alt="WebRadio_sm" border="0" src="http://www.joeon.net/blogfiles/WebRadio_sm.jpg" /></a>I
                            never like to really slam a book. Authors work so hard for so little money, but
                            this book was so mistitled it was a waste of money. The title “Web Radio – Radio
                            Production for Internet Streaming” suggests that the books subject matter is the
                            audio production process for broadcasting over the internet.
                        </p>
                        <p>
                            What the book is really about is the history of radio and the philosophy of “radio”
                            over the internet. There is alot of discussion about target audiences and what business
                            differences exist between traditional radio and internet radio and about whether
                            or not internet media will displace conventional media delivery.
                        </p>
                        <p>
                            Not an entirely worthless discussion, but the book certainly is not what the title
                            leads one to believe.
                        </p>
                        <p>
                            There is one chapter on the actual media production process and that chapter is
                            very good. It’s just now worth what I paid for the entire book.</p>
                    </div>
                    <div class="postFoot">
                        posted @ <a href="http://joeon.net/archive/2006/08/16/2749.aspx" title="permalink">1:59
                            PM</a> | <a href="http://joeon.net/archive/2006/08/16/2749.aspx#FeedBack" title="comments, pingbacks, trackbacks">
                                Feedback (0)</a>
                    </div>
                </div>
                <br />
                <p class="date">
                    Tuesday, August 15, 2006 <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl1_DayItem_ImageLink"
                        href="http://joeon.net/archive/2006/08/15.aspx" style="border-top-width: 0px;
                        border-left-width: 0px; border-bottom-width: 0px; width: 12px; height: 15px;
                        border-right-width: 0px" title="Day Archive">#</a>
                </p>
                <div class="post">
                    <div class="postTitle">
                        <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl1_DayItem_DayList__ctl0_TitleUrl"
                            href="http://joeon.net/archive/2006/08/15/2748.aspx">How-Do-I Video - Add Atlas
                            to an Existing Website</a>
                    </div>
                    <div class="postText">
                        <p>
                            <img alt="Howdoi-18-L" border="0" src="http://www.joeon.net/blogfiles/howdoi_2D18_2DL.gif" />&nbsp;
                            <img alt="Howdoi-15" border="0" src="http://www.joeon.net/blogfiles/howdoi_2D15.gif" /></p>
                        <p>
                            Check out the recent additions to my Atlas “How-Do-I” Video Series.</p>
                        <p>
                            I’m doing two of these EACH WEEK and taking suggestions from developers via the
                            suggestion box on <a href="http://asp.net/learn/videos/default.aspx?tabid=63">this page</a>.</p>
                        <p>
                            Some of the currently published video topics are…..</p>
                        <ul>
                            <li>How Do I Add Altas Features to an Existing web Application </li>
                            <li>How Do I Write a Custom Atlas Control Extender </li>
                            <li>How Do I Make Client-Side Callbacks with Atlas </li>
                            <li>How Do I Implement Dynamic Partial Page Updates with ATlas </li>
                            <li>How Do I USe the Atlas Cascading DropDown Control Extender </li>
                            <li>How Do I Get Started with the Atlas Control Toolkit </li>
                            <li>How Do I Get Started with Microsoft Atlas</li>
                        </ul>
                        <p>
                            You can watch all my videos, and lots of other cool tutorials at <a href="http://asp.net/learn/videos/default.aspx?tabid=63">
                               

http://asp.net/learn/videos/default.aspx?tabid=63</a></p>

                    </div>
                    <div class="postFoot">
                        posted @ <a href="http://joeon.net/archive/2006/08/15/2748.aspx" title="permalink">9:02
                            AM</a> | <a href="http://joeon.net/archive/2006/08/15/2748.aspx#FeedBack" title="comments, pingbacks, trackbacks">
                                Feedback (0)</a>
                    </div>
                </div>
                <br />
                <p class="date">
                    Monday, August 14, 2006 <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl2_DayItem_ImageLink"
                        href="http://joeon.net/archive/2006/08/14.aspx" style="border-top-width: 0px;
                        border-left-width: 0px; border-bottom-width: 0px; width: 12px; height: 15px;
                        border-right-width: 0px" title="Day Archive">#</a>
                </p>
                <div class="post">
                    <div class="postTitle">
                        <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl2_DayItem_DayList__ctl0_TitleUrl"
                            href="http://joeon.net/archive/2006/08/14/2747.aspx">ASP.NET Downloads Article in
                            MSDN Magazine.</a>
                    </div>
                    <div class="postText">
                        <p align="center">
                            <img alt="MSDNMag0906" border="0" src="http://www.joeon.net/blogfiles/MSDNMag0906.gif" /></p>
                        <p>
                            The September Issue of MSDN Magazine contains an article I wrote on Smarter File
                            Downloads in asp.NET.</p>
                        <p>
                            Since it’s my first print publication since joining the UI, Tools, and Platform
                            Group… please buy several coppies
                            <img src="http://www.joeon.net/blogfiles/smile1.gif" />&nbsp;</p>
                        <p>
                            While most of my “product” these days is in the form of “How-Do-I” videos [<a href="http://asp.net/learn/videos/default.aspx?tabid=63">Check
                                them out here</a>], I’m planning to write magazine articles every couple of
                            months untill I start THE BOOK”.</p>
                        <p>
                            Feel free to send toopic suggestions for Articles, How-Do-I videos, or Book Topics
                            from <a href="
http://blogs.msdn.com/joestagner/contact.aspx">HERE</a>.</p
>
                    </div>
                    <div class="postFoot">
                        posted @ <a href="http://joeon.net/archive/2006/08/14/2747.aspx" title="permalink">9:04
                            AM</a> | <a href="http://joeon.net/archive/2006/08/14/2747.aspx#FeedBack" title="comments, pingbacks, trackbacks">
                                Feedback (0)</a>
                    </div>
                </div>
                <br />
                <p class="date">
                    Friday, August 04, 2006 <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl3_DayItem_ImageLink"
                        href="http://joeon.net/archive/2006/08/04.aspx" style="border-top-width: 0px;
                        border-left-width: 0px; border-bottom-width: 0px; width: 12px; height: 15px;
                        border-right-width: 0px" title="Day Archive">#</a>
                </p>
                <div class="post">
                    <div class="postTitle">
                        <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl3_DayItem_DayList__ctl0_TitleUrl"
                            href="http://joeon.net/archive/2006/08/04/2743.aspx">Atlas How-Do-I Video DropDown
                            Control Demo Source</a>
                    </div>
                    <div class="postText">
                        <p>
                            Due to popular request via the suggestion box on <a href="http://www.asp.net/">www.asp.net</a>….</p>
                        <p>
                            I’ll begin posting the source code that I use for the demos in the videos.</p>
                        <p>
                            You can get the code for the How-Do-I use the Atlas DropDown Control Extender from
                            the link below.</p>
                        <p>
                            <a href="http://www.joeon.net/downloads/AtlasDropDownVB.zip">[ Click HERE to download
                                the demo code.]</a></p>
                        <p>
                            <a href="http://asp.net/learn/videos/default.aspx?tabid=63">[ Click HERE to see all
                                the Atlas How-Do-I-Videos. ]</a></p>
                    </div>
                    <div class="postFoot">
                        posted @ <a href="http://joeon.net/archive/2006/08/04/2743.aspx" title="permalink">1:50
                            PM</a> | <a href="http://joeon.net/archive/2006/08/04/2743.aspx#FeedBack" title="comments, pingbacks, trackbacks">
                                Feedback (2)</a>
                    </div>
                </div>
                <br />
                <p class="date">
                    Thursday, August 03, 2006 <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl4_DayItem_ImageLink"
                        href="http://joeon.net/archive/2006/08/03.aspx" style="border-top-width: 0px;
                        border-left-width: 0px; border-bottom-width: 0px; width: 12px; height: 15px;
                        border-right-width: 0px" title="Day Archive">#</a>
                </p>
                <div class="post">
                    <div class="postTitle">
                        <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl4_DayItem_DayList__ctl0_TitleUrl"
                            href="http://joeon.net/archive/2006/08/03/2742.aspx">Atlas Control Toolkit - July
                            CTP</a>
                    </div>
                    <div class="postText">
                        <p>
                            There is a new Atlas Control Toolkit (July CTP).</p>
                        <p>
                            In addition to a bunch of infrastructure work and bug fixing there are now a total
                            of 21 controls.
                        </p>
                        <p>
                            New controls include Accordion, Dynamicly Populated Control, Filtered Textbox, Paging
                            Bulleted List, Password Strength, and a Rating Control.</p>
                    </div>
                    <div class="postFoot">
                        posted @ <a href="http://joeon.net/archive/2006/08/03/2742.aspx" title="permalink">4:56
                            PM</a> | <a href="http://joeon.net/archive/2006/08/03/2742.aspx#FeedBack" title="comments, pingbacks, trackbacks">
                                Feedback (1)</a>
                    </div>
                </div>
                <br />
                <div class="post">
                    <div class="postTitle">
                        <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl4_DayItem_DayList__ctl1_TitleUrl"
                            href="http://joeon.net/archive/2006/08/03/2741.aspx">How-Do-I Video - Using the
                            Atlas Cascading Drop Down Control</a>
                    </div>
                    <div class="postText">
                        <p>
                            In this video I&nbsp; build, from scratch, a CascadingDropDown sample application
                            using Visual Basic.NET.
                        </p>
                        <p>
                            Learn how to:</p>
                        <div class="p">
                            <ul>
                                <li>enhance asp.NET’s standard DropDownList with the CascadingDropDown control extender
                                    from the “Atlas” Control Toolkit; </li>
                                <li>allow for partial-page updates using the UpdatePanel control; and </li>
                                <li>request data from a simple XML web Service. </li>
                            </ul>
                        </div>
                        <p>
                            The completed CascadingDropDown sample application demonstrates two fundamental
                            benefits of ajax-enabled web applications, namely web service integration and asynchronous
                            page updates.</p>
                    </div>
                    <div class="postFoot">
                        posted @ <a href="http://joeon.net/archive/2006/08/03/2741.aspx" title="permalink">4:20
                            PM</a> | <a href="http://joeon.net/archive/2006/08/03/2741.aspx#FeedBack" title="comments, pingbacks, trackbacks">
                                Feedback (0)</a>
                    </div>
                </div>
                <br />
                <p class="date">
                    Wednesday, August 02, 2006 <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl5_DayItem_ImageLink"
                        href="http://joeon.net/archive/2006/08/02.aspx" style="border-top-width: 0px;
                        border-left-width: 0px; border-bottom-width: 0px; width: 12px; height: 15px;
                        border-right-width: 0px" title="Day Archive">#</a>
                </p>
                <div class="post">
                    <div class="postTitle">
                        <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl5_DayItem_DayList__ctl0_TitleUrl"
                            href="http://joeon.net/archive/2006/08/02/2740.aspx">Developing International .NET
                            Applications - Hard to find info. </a>
                    </div>
                    <div class="postText">
                        <p>
                            This book is about to be release on a very difficult subject to find good detailed
                            info on.
                        </p>
                        <p>
                            <img align="left" alt="" border="0" src="http://www.joeon.net/blogfiles/DOTNETInternational.jpg" />
                        </p>
                        <p class="MsoNormal">
                            <b><font color="#000000" face="Arial" size="2"><span style="font-weight: bold; font-size: 10pt;
                                color: navy; font-family: Arial">.NET Internationalization: The Developer's Guide
                                to Building Global Windows and web Applications</span></font></b></p>
                        <p class="MsoNormal">
                            <font color="#000000" face="Arial" size="2"><span style="font-size: 10pt; color: navy;
                                font-family: Arial">By Smith-Ferrier, Guy</span></font></p>
                        <p class="MsoNormal">
                            <font color="#000000" face="Arial" size="2"><span style="font-size: 10pt; color: navy;
                                font-family: Arial">Published by Addison-Wesley</span></font></p>
                        <p class="MsoNormal">
                            <font color="#000000" face="Arial" size="2"><span style="font-size: 10pt; color: navy;
                                font-family: Arial">Series: Microsoft .NET Development Series</span></font></p>
                        <p class="MsoNormal">
                            <font color="#000000"><font face="Arial" size="2"><span style="font-size: 10pt; color: navy;
                                font-family: Arial">ISBN: 0321341384; Published: </span></font><font face="Arial"
                                    size="2"><span style="font-size: 10pt; color: navy; font-family: Arial">8/11/2006</span></font><font
                                        face="Arial" size="2"><span style="font-size: 10pt; color: navy; font-family: Arial">;
                                            Copyright 2007; Pages: T; Edition: 1</span></font></font></p>
                        <p class="MsoNormal">
                            <font color="navy" face="Arial" size="2"><span style="font-size: 10pt; color: navy;
                                font-family: Arial"><a href="http://www.awprofessional.com/bookstore/product.asp?isbn=0321341384&rl=1"
                                    target="_blank"><font color="#000000">http://www.awprofessional.com/bookstore/product.asp?isbn=0321341384&amp;rl=1</font></a>
                            </span></font>
                        </p>
                        <p class="MsoNormal">
                            <font color="navy" face="Arial" size="2"><span style="font-size: 10pt; color: navy;
                                font-family: Arial"><a href="http://www.joeon.net/blogfiles/SmithFerrier.pdf">You can
                                    click HERE for a sample chapter. </a></span></font>
                        </p>
                    </div>
                    <div class="postFoot">
                        posted @ <a href="http://joeon.net/archive/2006/08/02/2740.aspx" title="permalink">3:55
                            PM</a> | <a href="http://joeon.net/archive/2006/08/02/2740.aspx#FeedBack" title="comments, pingbacks, trackbacks">
                                Feedback (0)</a>
                    </div>
                </div>
                <br />
                <div class="post">
                    <div class="postTitle">
                        <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl5_DayItem_DayList__ctl1_TitleUrl"
                            href="http://joeon.net/archive/2006/08/02/2739.aspx">Customer Bozos and THANKS to
                            the Good Guys !</a>
                    </div>
                    <div class="postText">
                        <p>
                            <img align="left" alt="Clown" border="0" src="http://www.joeon.net/blogfiles/Clown.jpg" />Last
                            week we but a form up on www.asp.net so that folks could send requests for How-Do-I
                            video topics. Today I recieved the folowing thoughtful feedback from a values customer.
                        </p>
                        <p>
                            "Make new versions of all the videos without the ridiculous, yet highly annoying
                            mouse click sounds... :-(((."</p>
                        <p>
                            To whoever the anonymous poster of that comment was, I reply….</p>
                        <p>
                            Dear Sir, thank’s for your feedback. Unfortunatly, I find it necesaary to use the
                            mouse during the presentations, I will however begin trainer is the secret art of
                            “stealth mousing”.
                            <img src="http://www.joeon.net/blogfiles/smile1.gif" />&nbsp;</p>
                        <p>
                            To the hundreds of other folks who have taken the time to send meaningful suggestions
                            and feedback.
                        </p>
                        <p>
                            MANY THANKS!</p>
                        <p>
                            I’m glad that you find the videos valuable and that you are liking Atlas.
                        </p>
                        <p>
                            I’ll be blogging about the suggestions. Please keep them coming.</p>
                        <p>
                            Joe</p>
                    </div>
                    <div class="postFoot">
                        posted @ <a href="http://joeon.net/archive/2006/08/02/2739.aspx" title="permalink">12:03
                            PM</a> | <a href="http://joeon.net/archive/2006/08/02/2739.aspx#FeedBack" title="comments, pingbacks, trackbacks">
                                Feedback (0)</a>
                    </div>
                </div>
                <br />
                <p class="date">
                    Tuesday, July 25, 2006 <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl6_DayItem_ImageLink"
                        href="http://joeon.net/archive/2006/07/25.aspx" style="border-top-width: 0px;
                        border-left-width: 0px; border-bottom-width: 0px; width: 12px; height: 15px;
                        border-right-width: 0px" title="Day Archive">#</a>
                </p>
                <div class="post">
                    <div class="postTitle">
                        <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl6_DayItem_DayList__ctl0_TitleUrl"
                            href="http://joeon.net/archive/2006/07/25/2735.aspx">Woo Hoo ! - My Atlas Video
                            Series BEGINS !</a>
                    </div>
                    <div class="postText">
                        <p>
                            Hop on over to <a href="http://www.asp.net/">www.asp.net</a> and check out the featured
                            “How Do I” video section for my first Atlas video.
                        </p>
                        <p>
                            I intend to publish 1 or 2 ATlas How Do I videos a week for the next few months.
                        </p>
                        <p>
                            The first one is a “Quick Start” to get developer’s up and running quickly.</p>
                        <p>
                            Please feel free to send me comments and topic requests.</p>
                    </div>
                    <div class="postFoot">
                        posted @ <a href="http://joeon.net/archive/2006/07/25/2735.aspx" title="permalink">4:22
                            PM</a> | <a href="http://joeon.net/archive/2006/07/25/2735.aspx#FeedBack" title="comments, pingbacks, trackbacks">
                                Feedback (2)</a>
                    </div>
                </div>
                <br />
                <p class="date">
                    Monday, July 24, 2006 <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl7_DayItem_ImageLink"
                        href="http://joeon.net/archive/2006/07/24.aspx" style="border-top-width: 0px;
                        border-left-width: 0px; border-bottom-width: 0px; width: 12px; height: 15px;
                        border-right-width: 0px" title="Day Archive">#</a>
                </p>
                <div class="post">
                    <div class="postTitle">
                        <a id="_f791fef2362b7049_HomePageDays_DaysList__ctl7_DayItem_DayList__ctl0_TitleUrl"
                            href="http://joeon.net/archive/2006/07/24/2734.aspx">Midwestern USA Atlas Usergroup
                            Tour</a>
                    </div>
                    <div class="postText">
                        <p>
                            Thanks to Microsoft Midwestern USA Developer Evangelist <a href="http://drewby.spaces.msn.com/Default.aspx"
                                target="_blank">Drew Robbins</a>, I spent Tuesday thru Friday meeting developers
                            in Michigan and talking about asp.NET and Atlas.</p>
                        <p>
                            I had a great time and hope to travel to Michigan again in January or February and
                            spend more time.</p>
                        <p>
                            To everyone I met with – many thanks for the warm reception and great interest in
                            asp.NET Atlas.
                        </p>
                        <p>
                            <a href="http://www.joeon.net/downloads/AtlasUGTour.zip">You can download the Demos
                                &amp; PowerPoint Slides HERE.</a></p>
                        <p>
                            If you happen to be at a Microsoft facility, Tech Conference, or User Group meeting
                            and you see Drew…..</p>
                        <p>
                            <img alt="DrewRobbins" border="0" src="http://www.joeon.net/blogfiles/DrewRobbins.jpg" /></p>
                        <p>
                            Introduce yourself !!!</p>
                    </div>
                    <div class="postFoot">
                        posted @ <a href="http://joeon.net/archive/2006/07/24/2734.aspx" title="permalink">3:16
                            PM</a> | <a href="http://joeon.net/archive/2006/07/24/2734.aspx#FeedBack" title="comments, pingbacks, trackbacks">
                                Feedback (0)</a>
                    </div>
                </div>
            </div>
      

    </form>  
</body>
</html>

抱歉!评论已关闭.