Pro ASP.NET Web Forms Techniques

This document was uploaded by one of our users. The uploader already confirmed that they had the permission to publish it. If you are author/publisher or own the copyright of this documents, please report to us by using this DMCA report form.

Simply click on the Download Book button.

Yes, Book downloads on Ebookily are 100% Free.

Sometimes the book is free on Amazon As well, so go ahead and hit "Search on Amazon"

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.

Author(s): Alex Homer (auth.)
Edition: 2
Publisher: Apress
Year: 2004

Language: English
Pages: 608
Tags: Software Engineering/Programming and Operating Systems

Front Matter....Pages i-xv
Getting Started....Pages 1-39
Browser Compatibility with ASP.NET Server Controls....Pages 41-82
Laying the Foundations....Pages 83-127
The Home Page....Pages 129-176
Banners, Footers, and Email....Pages 177-223
The Ancillary Pages....Pages 225-282
Creating Graphs and Charts....Pages 283-339
Interactive Web Forms....Pages 341-382
The Interactive Model Details....Pages 383-427
Car Prices and Quotations....Pages 429-470
The Login and Register Page....Pages 471-519
Quotations and Orders....Pages 521-561
Back Matter....Pages 563-589