Pro ASP.NET Web Forms Techniques

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 quick...

Full description

Bibliographic Details
Main Author: Homer, Alex
Format: eBook
Language:English
Published: Berkeley, CA Apress 2004, 2004
Edition:2nd ed. 2004
Subjects:
Online Access:
Collection: Springer Book Archives -2004 - Collection details see MPG.ReNa
LEADER 02551nmm a2200277 u 4500
001 EB000616094
003 EBX01000000000000000469176
005 00000000000000.0
007 cr|||||||||||||||||||||
008 140122 ||| eng
020 |a 9781430206620 
100 1 |a Homer, Alex 
245 0 0 |a Pro ASP.NET Web Forms Techniques  |h Elektronische Ressource  |c by Alex Homer 
250 |a 2nd ed. 2004 
260 |a Berkeley, CA  |b Apress  |c 2004, 2004 
300 |a XV, 608 p. 291 illus  |b online resource 
505 0 |a 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 
653 |a Software engineering 
653 |a Software Engineering/Programming and Operating Systems 
653 |a Computer programming 
653 |a Programming Techniques 
041 0 7 |a eng  |2 ISO 639-2 
989 |b SBA  |a Springer Book Archives -2004 
856 4 0 |u https://doi.org/10.1007/978-1-4302-0662-0?nosfx=y  |x Verlag  |3 Volltext 
082 0 |a 005.11 
520 |a 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