
Pro ASP.NET Web Forms Techniques
Alex Homer(Author)
APress
2nd Edition
Published on 5. January 2004
Book
Paperback/Softback
XV, 608 pages
978-1-59059-317-2 (ISBN)
Description
ASP.NET MAKES IT EASY to create intemctive and intuitive interfaces for Web applica tions, and attmctive and exciting Web pages. The server-based postback architecture, combined with the comprehensive army of server controls that are provided as part of the .NET Framework, allow developers to quickly build browser-based interfaces for Web sites and Web applications-using much the same event -driven approach as in "tmdi tional" executable programs developed in languages like VISual Basic, Delphi, and C++. This is a completely new and different way of working from previous versions of ASP, and the underlying principles and workings of server-based events, which occur in response to actions made by the user in the page, can prove to be difficult to gmsp in their entirety. However, constructing ASP.NET pages, especially with some of the tools that are available or under development now, is very much easier and often less error-prone than in classic ASP. Besides, a completely server-based approach to user interaction does have its downsides. In high-latency scenarios, or over slow network connections, the need to hit the server every time the page content needs to be modified can intrude on the workings of an application or reduce the perceived responsiveness of a Web site.
More details
Edition
Second Edition
Language
English
Place of publication
Berkeley
United States
Target group
Popular/general
Edition type
New edition
Illustrations
291 s/w Abbildungen
XV, 608 p. 291 illus. With online files/update.
Dimensions
Height: 22.9 cm
Width: 19.1 cm
Weight
1133 gr
ISBN-13
978-1-59059-317-2 (9781590593172)
DOI
10.1007/978-1-4302-0662-0
Schweitzer Classification
Other editions
Additional editions

Alex Homer
Pro ASP.NET Web Forms Techniques
E-Book
01/2008
2nd Edition
APress
€56.99
Available for download
Person
Alex Homer is a computer geek and web developer with a passion for ASP.NET. Although he has to spend some time doing real work (a bit of consultancy and training, and the occasional conference session), most of his days are absorbed in playing with the latest Microsoft web technology and then writing about it. Living in the picturesque wilderness of the Derbyshire Dales in England, he's well away from the demands of the real world?with only an Internet connection to maintain some distant representation of normality. But, hey, what else could you want from life? You can contact Alex through his own software company, Stonebroom Limited, at alex@stonebroom.com.
Content
1 Getting Started.- 2 Browser Compatibility with ASP .NET Server Controls.- 3 Laying the Foundations.- 4 The Home Page.- 5 Banners, Footers, and Email.- 6 The Ancillary Pages.- 7 Creating Graphs and Charts.- 8 Interactive Web Forms.- 9 The Interactive Model Details.- 10 Car Prices and Quotations.- 11 The Login and Register Page.- 12 Quotations and Orders.