Developing Microsoft® ASP.NET Server Controls and Components and over one million other books are available for Amazon Kindle. Learn more


or
Sign in to turn on 1-Click ordering.
or
Amazon Prime Free Trial required. Sign up when you check out. Learn More
Kindle Edition
 
   
More Buying Choices
Have one to sell? Sell yours here
Developing Microsoft  ASP.NET Server Controls and Components (Pro-Developer)
 
 
Start reading Developing Microsoft® ASP.NET Server Controls and Components on your Kindle in under a minute.

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.

Developing Microsoft ASP.NET Server Controls and Components (Pro-Developer) [Paperback]

Nikhil/Datye, V. Kothari (Author)
4.0 out of 5 stars  See all reviews (28 customer reviews)

List Price: $59.99
Price: $40.87 & this item ships for FREE with Super Saver Shipping. Details
You Save: $19.12 (32%)
o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o o
In Stock.
Ships from and sold by Amazon.com. Gift-wrap available.
Only 3 left in stock--order soon.
Want it delivered Monday, February 6? Choose One-Day Shipping at checkout. Details

Formats

Amazon Price New from Used from
Kindle Edition $38.39  
Paperback $40.87  

Book Description

September 28, 2002 Pro-Developer

Web Forms—the Page and Control Framework at the heart of ASP.NET—makes it easier to develop dynamic Web applications. But you can go beyond the controls that ship with ASP.NET—and power up your Web sites and applications—by creating your own server controls. You can also develop and distribute your own controls for commercial use. This comprehensive guide, direct from key insiders who really know the technology, combines conceptual and architectural details with practical, how-to information and real-world code samples to show exactly how to create custom, reusable, professional-quality server controls with rich design-time functionality. It also provides essential information about configuration and the HTTP runtime, packaging, deployment, debugging, and developing controls that incorporate XML Web services, plus other vital topics. And it introduces the ASP.NET Web Matrix tool for creating Web applications and for using server controls. Topics covered include:

OVERVIEW

  • ASP.NET page programming
  • Component programming

SERVER CONTROLS

  • User controls
  • Implementing properties
  • View state management
  • Rendering
  • Control life cycle
  • Events and Postback
  • Styles
  • Composite, validator, and data-bound controls
  • Client-side behavior
  • Design-time functionality
  • Localization, licensing, and deployment

SERVER COMPONENTS

  • XML Web services
  • HTTP handlers

SERVER CONTROL CASE STUDIES

  • Templated data-bound controls
  • DHTML-based server controls

“[This book] is a must-have for all serious ASP.NET component developers.”

–Scott Guthrie, Product Unit Manager, Microsoft ASP.NET Product Team


Frequently Bought Together

Customers buy this book with Professional ASP.NET 2.0 Server Control and Component Development (Wrox Professional Guides) $32.82

Developing Microsoft  ASP.NET Server Controls and Components (Pro-Developer) + Professional ASP.NET 2.0 Server Control and Component Development (Wrox Professional Guides)


Editorial Reviews

About the Author

Nikhil Kothari is a developer on the ASP.NET team and has developed many of the complex controls that ship with the .NET Framework SDK.


Product Details

  • Paperback: 734 pages
  • Publisher: Microsoft Press; 1 edition (September 28, 2002)
  • Language: English
  • ISBN-10: 0735615829
  • ISBN-13: 978-0735615823
  • Product Dimensions: 9.7 x 7 x 1.5 inches
  • Shipping Weight: 3.1 pounds (View shipping rates and policies)
  • Average Customer Review: 4.0 out of 5 stars  See all reviews (28 customer reviews)
  • Amazon Best Sellers Rank: #1,069,370 in Books (See Top 100 in Books)

More About the Author

Discover books, learn about writers, read author blogs, and more.

 

Customer Reviews

28 Reviews
5 star:
 (17)
4 star:
 (3)
3 star:
 (2)
2 star:
 (2)
1 star:
 (4)
 
 
 
 
 
Average Customer Review
4.0 out of 5 stars (28 customer reviews)
 
 
 
 
Share your thoughts with other customers:
Most Helpful Customer Reviews

45 of 47 people found the following review helpful:
5.0 out of 5 stars What technical writing should be, February 23, 2003
Amazon Verified Purchase(What's this?)
This review is from: Developing Microsoft ASP.NET Server Controls and Components (Pro-Developer) (Paperback)
I almost never comment on the work of other authors, but this book is so good, so well written, so well organized and so useful that I simply have to praise it.

This is truly what technical writing should be: clear, concise, well-organized, well presented, with useful exercises.

If you need to learn how to write ASP.NET custom controls, in detail and in depth, this is clearly the book to buy.

I recommend it highly.

-Jesse Liberty

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


22 of 22 people found the following review helpful:
5.0 out of 5 stars Most practical development book I've read in years, December 1, 2002
This review is from: Developing Microsoft ASP.NET Server Controls and Components (Pro-Developer) (Paperback)
This book is an absolute must for anyone that wants answers to questions regarding server control development for ASP.Net. I don't know of any where else that fully describes the details and requirements of coding solid controls.

The book is fairly complicated but only because control development happens to be complicated. If you are expecting a book that will simplify custom control development this isn't it. If you find a book that simplifies control development and it serves your purposes that is great but you will certainly be missing out on a great deal of the power available. If you are serious about non-trivial control development and are looking for a book that explains custom controls then this book is very nearly perfect.

I have this book open on my desk everyday as it answers questions I have been unable to find answers to anywhere else.

If you are developing controls and you don't enjoy being frustrated or hacking endlessly away trying to get your controls to work properly, buy this book.

Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No


24 of 25 people found the following review helpful:
5.0 out of 5 stars Bravo Nikhil and Vandana!, September 25, 2002
By 
A. Lowe (Detroit, MI) - See all my reviews
(REAL NAME)   
This review is from: Developing Microsoft ASP.NET Server Controls and Components (Pro-Developer) (Paperback)
Nikhil and Vandana do an amazing job of distilling a fairly complex subject - building ASP.NET Server Controls. They start out by discussing the internals of ASP.NET and server control architecture, move into the nuts and bolts of server controls (rendering, event model, client-side script, processing postbacks, custom state management, etc). There are tons of examples throughout the book. In addition to the tons of examples, there are two full case studies (a data bound templated control and a DHTML based control) at the end of the book. The sample are almost all in C# but I would still advise VB.NETers to buy this book because the principles and insight cannot be found anywhere else. ...
Help other customers find the most helpful reviews 
Was this review helpful to you? Yes No

Share your thoughts with other customers: Create your own review
 
 
 
Most Recent Customer Reviews











Only search this product's reviews



Inside This Book (learn more)
First Sentence:
ASP.NET inherits its programming model from the .NET Framework. Read the first page
Key Phrases - Statistically Improbable Phrases (SIPs): (learn more)
page programming model, custom state management, bubbled event, template editing verb, object savedstate, declarative persistence, ashx file, assigned data source, user control model, designer verb, base control class, templated control, designable component, saved view state, page parser, postback data, property browser, postback processing, editing verbs, page developer, handler factory, typed style, initialize phase, page framework, visual design surface
Key Phrases - Capitalized Phrases (CAPs): (learn more)
Visual Studio, List View, Visual Basic, File Edit, Windows Forms, Internet Explorer, Example We'll, Save View State, Simple Custom Control, Active Server Pages, Control Language, Load View State, Component Programming Overview, Done Local, Putting It Together-The, Raise Changed Events, Raise Postback Event, Base Validator, Label Font-Size, Login Name, Custom State Management Implementation, Hit Tracker, Internet Information Services, Item Template, Net Geek
New!
Books on Related Topics | Concordance | Text Stats
Browse Sample Pages:
Front Cover | Table of Contents | First Pages | Index | Back Cover | Surprise Me!
Search Inside This Book:





Tags Customers Associate with This Product

 (What's this?)
Click on a tag to find related items, discussions, and people.
 

Your tags: Add your first tag
 

Customer Discussions

This product's forum
Discussion Replies Latest Post
ASP.NET 2.0 version of this book? 1 Mar 1, 2007
See all discussions...  
Start a new discussion
Topic:
First post:
Prompts for sign-in
 

Search Customer Discussions
   



So You'd Like to...



Look for Similar Items by Category


Look for Similar Items by Subject