您的位置:首页 > 编程语言 > ASP

ASP.NET AJAX服务器端控件官方视频教程 下载--英文

2007-12-03 12:12 766 查看
How Do I?” Videos
This video series consists of over two hours of content on how to get up and running with ASP.NET AJAX.


#25 | How Do I: Use the ASP.NET AJAX RoundedCorners Extender? (3:19) i In this video we see how the RoundedCorner extender control can give your web pages a softer look and feel by adding attractive round corners to content areas.
Watch the video
Download the video
Get VB code


#24 | How Do I: Use the ASP.NET AJAX PasswordStrength Extender? (18:01) i Learn how the PasswordStrength extender control provides immediate and dynamic feedback to users about the strength of their chosen passwords. The feedback can be a text notice, a graphical bar indicator, or a combination of both.
Watch the video
Download the video
Get VB code


#23 | How Do I: Use the ASP.NET AJAX DropShadow Extender? (3:50) i Discover how to improve the presentation of ASP.NET sites by using the AJAX DropShadow extender control to add opaque, rounded-corner drop shadows to areas of your pages.
Watch the video
Download the video
Get VB code


#22 | How Do I: Use an ASP.NET AJAX ScriptManagerProxy? (13:58) i Learn how a ScriptManagerProxy enables a content page to pass references to the ScriptManager placed on its ASP.NET master page, allowing each content page to define its own AJAX behavior.
Watch the video
Download the video
Get VB code


#21 | How Do I: Use the ASP.NET AJAX ToggleButton Extender? (7:22) i Demonstrates using the ToggleButton extender control to modify the behavior and appearance of the standard ASP.NET CheckBox control to enhance the user interface.
Watch the video
Download the video
Get VB code


#20 | How Do I: Use the ASP.NET AJAX HoverMenu Extender? (7:19) i Discover how to use the HoverMenu extender control to create a context-sensitive menu that appears whenever the user hovers the mouse over an element of a web page.
Watch the video
Download the video
Get VB code


#19 | How Do I: Use the “Atlas” FilteredTextbox Extender? (7:06) i Learn how the handy “Atlas” FilteredTextbox extender allows the developer to define which characters the user may enter in a text box control.
Watch the video
Download the video
Get VB code


#18 | How Do I: Use the “Atlas” DynamicPopulate Extender? (16:03) i Watch a demonstration of using the “Atlas” DynamicPopulate extender to dynamically populate an area of a web page with the results of an asynchronous call to a web method.
Watch the video
Download the video
Get VB code


#17 | How Do I: Build a Mashup using Microsoft “Atlas”? (27:03) i See how to create a mashup application that uses “Atlas” bridging files to access the Flickr and Amazon services, and combines the results in a single user interface.
Watch the video
Download the video
Get VB code


#16 | How Do I: Use the “Atlas” Draggable Panel Extender? (7:21) i With the “Atlas” Draggable Panel Extender you can provide a content panel with a header area that allows the user to move the panel around the web page.
Watch the video
Download the video
Get VB code


#15 | How Do I: Use the “Atlas” Collapsable Panel Extender? (19:36) iIn this video you will learn how to use the “Atlas” Collapsable Panel Extender to allow the user to dynamically show or hide content on a web page.
Watch the video
Download the video
Get VB code


#14 | How Do I: Use the “Atlas” Client Library Controls? (17:59) iDemonstrates the client-side programming experience using scripts and controls from the “Atlas” client library. The client controls add actions, behaviors, and data-bindings to the client-side user interface experience.
Watch the video
Download the video
Get VB code


#13 | How Do I: Use the “Atlas” Accordion Control? (11:34) iLearn how the “Atlas” Accordion control makes efficient use of screen real-estate by enabling the smooth animated transition between different content panes.
Watch the video
Download the video
Get VB code


#12 | How Do I: Use the “Atlas” AlwaysVisible Control Extender? (10:35) iSee how easy it is to anchor a page element to a position on screen, where it remains always visible no matter how far the user may scroll the document. The floating page element may be anything from static text to an AJAX-based, context-aware help box..
Watch the video
Download the video
Get VB code


#11 | How Do I: Use the “Atlas” ModalPopup Extender Control? (11:19) iLearn how to use the “Atlas” ModalPopup extender control that comes with the “Atlas” Control Toolkit. In this video the ModalPopup extender is used to pop open a standard ASP.NET Panel control as a modal dialog box.
Watch the video
Download the video
Get VB code


#10 | How Do I: Use the “Atlas” Popup Control Extender? (10:19) iThis video demonstrates the use of the Popup control extender that ships with the “Atlas” Control Toolkit. Learn how to extend a TextBox control so that, when it receives focus, a popup dialog will appear with a list of options.
Watch the video
Download the video
Get VB code


#9 | How Do I: Use the “Atlas” TextBoxWatermark Control Extender? (4:52) iIn this video you will learn how to use the TextBoxWatermark control extender from the “Atlas” Control Toolkit, which adds new watermark properties to all standard TextBox controls on an ASP.NET page.
Watch the video
Download the video


#8 | How Do I:“Atlas” Enable an Existing Web Service? (6:20) iThis video demonstrates how simple it is to add Microsoft “Atlas” functionality to an existing ASP.NET web service. This enables the web service to generate a JavaScript proxy that the client browser can use to call the web service.
Watch the video
Download the video


#7 | How Do I: Add “Atlas” Features to an Existing Web Application? (4:33) iLearn how easily you add Microsoft “Atlas” functionality to an existing ASP.NET application. This video shows that there is no need to change your server controls or data access code — just add and configure a few “Atlas” controls. Simple!
Watch the video
Download the video


#6 | How Do I: Write a Custom “Atlas” Control Extender? (15:38) iThis video shows how to create a custom “Atlas” control extender that enhances the client-side behaviour of one of the standard ASP.NET controls. In this example, the TextBox control is extended to provide immediate feedback on the strength of the password entered by the user.
Watch the video
Download the video
Get VB code


#5 | How Do I: Make Client-Side Network Callbacks with “Atlas”? (11:33) iIn this video we see how Microsoft “Atlas” helps web developers make network callbacks directly from client-side script code. We see also how an “Atlas”-enabled web service generates the JavaScript needed to call the web service.
Watch the video
Download the video


#4 | How Do I: Implement Dynamic Partial-Page Updates with “Atlas”? (5:31) iIn this video you will learn how to add dynamic partial-page updates to your ASP.NET application using Microsoft “Atlas”. In particular, you will see how to use the TimerControl to manage the frequency of the AJAX callbacks.
Watch the video
Download the video


#3 | How Do I: Use the “Atlas” CascadingDropDown Control Extender? (19:09) iThis video demonstrates how ASP.NET’s standard DropDownList can become AJAX-enabled using the CascadingDropDown control extender from the “Atlas” Control Toolkit. You will also see how easy it is for a web form to draw its data from an XML Web Service.
Watch the video
Download the video
Get VB code


#2 | How Do I: Get Started with the “Atlas” Control Toolkit? (12:09) iLearn how to extend your “Atlas” applications using the “Atlas” Control Toolkit. This video starts with the very basics, including downloading and installing the toolkit, and adding a few of its controls to a simple “Atlas”-enabled web page.
Watch the video
Download the video


#1 | How Do I: Get Started with “Atlas”? (10:02) iTake your first steps toward learning Microsoft “Atlas”, from downloading and installing the framework to creating your first AJAX-style application.
Watch the video
Download the video
内容来自用户分享和网络整理,不保证内容的准确性,如有侵权内容,可联系管理员处理 点击这里给我发消息
标签: