Chapter 11. Extending Controls


In addition to providing controls of its own, Atlas comes with special markup elements that can enrich existing ASP.NET web controls by letting you add new, client-side features, such as drag and drop and autocompletion. Using these extensions is quite simple, and their effects are astonishing.

In addition, Atlas provides a new control, the UpdatePanel control, that lets you confine postbacks to a particular area of a page, such as the input fields of a form. The UpdatePanel control can, for instance, get data from a web service, such as a stock ticker or weather service, and continually updates its result.

Using these controls can save you a lot of coding, testing, and debugging time as well as frustration, and they make up some of the most exciting features of the Atlas framework.

In this chapter, you'll learn how to use control extensions and client-side drag and drop and autocompletion, and you'll also see how you can use the UpdatePanel control to cut down on postbacks of an entire page and improve the responsiveness of your application.




Programming Atlas
Programming Atlas
ISBN: 0596526725
EAN: 2147483647
Year: 2006
Pages: 146

flylib.com © 2008-2017.
If you may any questions please contact us: flylib@qtcs.net