| By Jeevan Murkoth | Article Rating: |
|
| August 1, 2006 01:15 PM EDT | Reads: |
46,512 |
AutoComplete Extender - This control extends an ASP.NET text box by giving it auto-complete functionality. It depends on a Web Service with a pre-defined signature to return the search result. The Web Service signature defines the string prefix that is the search criterion and the maximum number of results it should return. The code below shows the declaration of an AutocompleteExtender. An AutocompleteExtender has a collection of AutocompleteProperties where the id of the target textbox control; the service path of the Web Service that will respond to the request from the client, the service method, and the minimum number of characters that have to be input are set.
<atlas:AutoCompleteExtender runat="server"
ID="autoComplete1">
<atlas:AutoCompleteProperties TargetControlID="TextBox1"
Enabled="True" ServicePath="AutoCompleteService.asmx"
ServiceMethod="GetWordList"
minimumprefixlength="1" />
</atlas:AutoCompleteExtender>
CollapsiblePanel - This extender control lets
a developer modify the behavior of a regular ASP.NET panel and make it
collapsible. At a minimum, the CollapsiblePanel extender has to set the
TargetControlID, which is the panel to be collapsed, and the
ExpandControlID and the CollapseControlID, which are the controls that
will expand or collapse the panel when they're clicked. The
CollapsiblePanel also has a set of other attributes that let a
developer control anything from the collapsed size to the display
images when the panel is either expanded or collapsed.
DragPanel Extender - This extender lets a
user easily make an ASP.NET panel draggable. Like the CollapsiblePanel,
the DragPanel defines a TargetControlID that's the id of the panel to
be dragged and the other is the DragHandleID, which is the control that
will act as the handle to move the panel.
DropShadowPanel - If you need a quick way to
specify a shadow around a panel, this is the extender to use. It also
lets the user set the width, opacity, and the rounded corners of the
shadow.
Roundedcorners Extender - This extender renders rounded corners for the target element.
CascadingDropDown - This is one of the few
extenders that have AJAX functionality .It can be attached to an
ASP.NET dropdown list and is used to populate a dropdown list depending
on the selected value of another one. The extender relies on a Web
Service to retrieve the values for the dependent dropdown list. This
extender requires that the parent dropdown and the related dropdown
list control id are set. Also required are the name and path of the Web
Service and the method that would service the request.
AlwaysVisibleControl - This extender lets a
developer position controls on a page so it floats around during
scrolling and readjusts it position so it's always visible. It can add
this functionality to any ASP.NET control.
Modalpopup Control - The modal pop-up
extender lets any control be displayed as a modal pop-up on a page.
Users can interact with this control through two buttons namely OK and
cancel. Clicking on either of these buttons dismisses the control;
however it's also possible to hook up and call custom scripts when
either of them is clicked.
ReorderList - This extender implements a
data-bound list whose items can be interactively reordered by the user
by dragging and dropping them.
TextBoxWatermark - This extender is attached
to an ASP.NET text box and shows a watermarked message to the user when
it's empty. The message disappears as soon as the user starts typing in
the text box. It's also possible to set a css class to set the style of
the watermarked message.
ToggleButton - This extender displays custom images to depict the checked state of an ASP.NET checkbox.
HoverMenu - HoverMenu is an Atlas extender
that displays a pop-up panel when attached to any ASP.NET control. It
is also possible to decide where the pop-up panel will appear with
respect to the ASP.NET.
Conclusion
Even though Atlas is still in beta, I
strongly urge you to download the framework and play around with it to
get a feel for what's coming. The Atlas Web site (www.atlas.asp.net) is
a great resource and has tons of samples that can be used as a starting
point. It also has a very active forum where developers share their
experiences with Atlas.
References
- Atlas: http://atlas.asp.net
- Nikhil Kolhari's Weblog: http://nikhilk.net
Published August 1, 2006 Reads 46,512
Copyright © 2006 SYS-CON Media, Inc. — All Rights Reserved.
Syndicated stories and blog feeds, all rights reserved by the author.
More Stories By Jeevan Murkoth
Jeevan Murkoth is a Microsoft Certified Solutions Developer (MCSD) in .NET (Early Achiever) and a Microsoft Certified Application Developer (MCAD) in .NET. He currently consults for Tennessee Valley Authority and lives in Chattanooga, TN. He has an MS in Management Information Systems from Texas Tech University.
![]() |
AJAXWorld News Desk 08/01/06 01:17:17 PM EDT | |||
Ever since the advent of the Internet, Web applications have lagged behind desktop applications in terms of interactivity and responsiveness. One of the biggest drawbacks in the conventional Web model has been the cycle of inactivity between the user request and the server response. Reducing this period of inactivity has been the point of focus for any developer who wants to improve the responsiveness of Web applications and raise the user experience to levels offered by desktop applications. |
||||
- Kindle 2 vs Nook
- Cloud Computing on Gartner's Top 10 List and SYS-CON Events' 2010 Calendar
- Confessions of a Ulitzer Addict
- IBM Hardware Chief, Intel VC Exec Arrested in Insider Trading Scam
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Ulitzer.com Named Exclusive "New Media" Sponsor of Cloud Computing Conference & Expo
- Moving Your RIA Apps into the Cloud: Seven Challenges
- Adobe’s Aiming ColdFusion at Multiple Clouds
- Windows 7 – Microsoft’s First Step to the Cloud
- Ulitzer Provides a Powerful Social Journalism Platform
- Jill Tummler Singer, Deputy CIO of CIA, Keynotes at GovIT Expo
- Open Source Mobile Cloud Sync and Push Email
- Kindle 2 vs Nook
- The Difference Between Web Hosting and Cloud Computing
- Cloud Computing on Gartner's Top 10 List and SYS-CON Events' 2010 Calendar
- Ajax in RichFaces 3.3, JSF 2 and RichFaces 4
- Confessions of a Ulitzer Addict
- IBM Hardware Chief, Intel VC Exec Arrested in Insider Trading Scam
- My Thoughts on Ulitzer
- Tactical Cloud Computing Panel at 1st Annual GovIT Expo
- Ulitzer.com Named Exclusive "New Media" Sponsor of Cloud Computing Conference & Expo
- US Post Office Hops a Ride on NetSuite’s Cloud
- Moving Your RIA Apps into the Cloud: Seven Challenges
- Adobe’s Aiming ColdFusion at Multiple Clouds
- Building a Drag-and-Drop Shopping Cart with AJAX
- What Is AJAX?
- Google Maps! AJAX-Style Web Development Using ASP.NET
- Flashback to January 2006: Exclusive SYS-CON.TV Interviews on "OpenAjax Alliance" Announcement
- AJAXWorld Conference & Expo to Take Place October 2-4, 2006, at the Santa Clara Convention Center, California
- AJAX Sponsor Webcasts Are Now Available at AJAXWorld Website
- How and Why AJAX, Not Java, Became the Favored Technology for Rich Internet Applications
- "Real-World AJAX" One-Day Seminar Arrives in Silicon Valley
- AJAXWorld University Announces AJAX Developer Bootcamp
- AJAX Support In JadeLiquid WebRenderer v3.1
- Where Are RIA Technologies Headed in 2008?
- Struts Validations Framework Using AJAX





































