or
Sign in to turn on 1-Click ordering
More Buying Choices
Have one to sell? Sell yours here
Tell the Publisher!
I'd like to read this book on Kindle

Don't have a Kindle? Get your Kindle here, or download a FREE Kindle Reading App.
Sorry, this item is not available in
Image not available for
Color:
Image not available

To view this video download Flash Player

 

ASP.NET Data Web Controls Kick Start [Paperback]

Scott Mitchell
4.6 out of 5 stars  See all reviews (25 customer reviews)

List Price: $34.99
Price: $31.37 & FREE Shipping. Details
You Save: $3.62 (10%)
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
Only 1 left in stock (more on the way).
Ships from and sold by Amazon.com. Gift-wrap available.
Want it Wednesday, May 29? Choose One-Day Shipping at checkout. Details
Free Two-Day Shipping for College Students with Amazon Student

Shop the new tech.book(store)
New! Introducing the tech.book(store), a hub for Software Developers and Architects, Networking Administrators, TPMs, and other technology professionals to find highly-rated and highly-relevant career resources. Shop books on programming and big data, or read this week's blog posts by authors and thought-leaders in the tech industry. > Shop now

Book Description

February 22, 2003 0672325012 978-0672325014 1

Utilizing the more advanced features of the Data Web Controls has many developers stumped. These controls are fairly simple to use when it comes to simple data display. However, they can do much more than merely present data. For example, the DataGrid Web Control allows for sorting, paging, and editing of data. In addition, these controls allow for templating of data, which can be used to provide more complex views. The DataGrid, DataList, and Repeater forum on the Microsoft ASP.NET Forums received more than 2,100 posts in the first month and a half of use, or over 35 posts per day on average. As the Web master of an ASP.NET Web site, Scott has also received numerous emails from readers and visitors asking questions about these Web Controls. ASP.NET Data Web Controls is likely to be an indispensable item in every ASP.NET developer's toolbox.


Frequently Bought Together

ASP.NET Data Web Controls Kick Start + Programming Data-Driven Web Applications with ASP.NET
Price for both: $61.86

Buy the selected items together


Editorial Reviews

From the Back Cover

Utilizing the more advanced features of the Data Web Controls has many developers stumped. These controls are fairly simple to use when it comes to simple data display. However, they can do much more than merely present data. For example, the DataGrid Web Control allows for sorting, paging, and editing of data. In addition, these controls allow for templating of data, which can be used to provide more complex views. The DataGrid, DataList, and Repeater forum on the Microsoft ASP.NET Forums received more than 2,100 posts in the first month and a half of use, or over 35 posts per day on average. As the Web master of an ASP.NET Web site, Scott has also received numerous emails from readers and visitors asking questions about these Web Controls. ASP.NET Data Web Controls is likely to be an indispensable item in every ASP.NET developer's toolbox.

About the Author

As editor and main contributor to 4GuysFromRolla.com, a popular ASP/ASP.NET resource Web site, Scott Mitchell has authored hundreds of articles on Microsoft Web Technologies since 1998. In addition to his vast collection of online article, Scott has written three previous books on ASP/ASP.NET: Sams Teach Yourself Active Server Pages 3.0 in 21 Days (Sams); Designing Active Server Pages (O'Reilly); and ASP.NET: Tips, Tutorials, and Code (Sams). Scott has also written a number of magazine articles, including articles for Microsoft's MSDN Magazine and asp.netPRO.

Scott's non-writing accomplishments include speaking at numerous ASP/ASP.NET user groups across the country and at ASP.NET conferences. Scott has also taught three ASP.NET classes at the University of California¿San Diego University Extension. Additionally, he created WebForums.NET, which was purchased by Microsoft and transformed into the ASP.NET Forums (with numerous enhancements added by Rob Howard and his team). The ASP.NET Forums can be visited online at http://www.asp.net/Forums/. Currently, Scott is wrapping up his master's degree in computer science at the University of California¿San Diego. Scott can be reached at mitchell@4guysfromrolla.com.


Product Details

  • Paperback: 432 pages
  • Publisher: Sams Publishing; 1 edition (February 22, 2003)
  • Language: English
  • ISBN-10: 0672325012
  • ISBN-13: 978-0672325014
  • Product Dimensions: 7.4 x 1 x 9.1 inches
  • Shipping Weight: 1.6 pounds (View shipping rates and policies)
  • Average Customer Review: 4.6 out of 5 stars  See all reviews (25 customer reviews)
  • Amazon Best Sellers Rank: #1,157,882 in Books (See Top 100 in Books)

More About the Author

As editor and main contributor to 4GuysFromRolla.com, a popular ASP/ASP.NET resource Web site, Scott Mitchell has authored several hundred articles on Microsoft Web Technologies since 1998. In addition to his vast collection of online article, Scott has written numerous books on ASP/ASP.NET as well as articles for Microsoft's MSDN Magazine and asp.net PRO.

Scott's non-writing accomplishments include speaking at numerous ASP/ASP.NET user groups and ASP.NET conferences across the country. Scott has also taught numerous classes on ASP.NET and related technologies at the University of California[md]San Diego University Extension. In addition to teaching and writing, Scott also is a software developer. He works as an independent consultant and has authored and sold a number of commercial software applications.

Scott can be reached at mitchell@4GuysFromRolla.com; his blog is available at www.ScottOnWriting.NET.

Customer Reviews

The book is well orginized and easy to read. Michael Aossey  |  9 reviewers made a similar statement
Thank You Mr. Scott Mitchell Buy this book and you will not be disapointed. Donna4Stew  |  7 reviewers made a similar statement
Net development, you have to buy this book. B. Russell  |  4 reviewers made a similar statement
Most Helpful Customer Reviews
36 of 37 people found the following review helpful
Format:Paperback
If you are trying to learn how to use ASP.NET to create Web Forms, you will find several books that are a good place to start. But when you try to implement Web Controls like the Repeater, Data List, and Data Grid (the book mainly covers these three topics in detail), you will find that most of these books don't go very deep. In fact, they just touch the basics. This book is the only exception we found.

What are these three Web Controls? Imagine a typical website where someone wants to search a database through a browser interface, like a book database. They search for ASP.NET books and the browser displays the 30 books on the subject, 10 rows to a page. The user also needs to select only a few of these books to narrow down the list and then maybe place an order for 3 of the final list. This involves using Web Controls that can accomplish this. In this particular case, the favored Web Control may be the Data Grid due to its inherent support of pagination (where the results are split into multiple pages with 10 rows to a page or whatever number of rows you want per page). That's what you need these Web Controls for.

Once you are far enough into using ASP.NET to create dynamic database driven websites, you will need an in-depth introduction to these three very important Web Controls - Repeater, Data List, and Data Grid. That's where this book comes in. It does an excellent job of going into the intricacies of these three Web Controls. As a beginner, you absolutely need this book to go to the next level in website development.

But this book has some limitations. Even though it is great to use the book and get to the next level of website development as a beginner, you will quickly run into problems. When you try to create a real live website that is complex and destined for production, you will find that this book is not adequate.

Simple example - let's use the above example of accessing a book database through a browser. As mentioned, you will most likely need to use the Data Grid Web Control to display rows of data in the browser for your user to take some action on this data. It is normal to expect many rows to be displayed in the browser with a whole column full of check boxes that the user can select to narrow down the selection. And click on some button to take a specific action like buy the books that are checked. So the question for you as a web designer would be - how do I insert this extra column of checkboxes with the rows full of data? And how do I link the buy action associated with the button click to the Data Grid that is indirectly connected to the database that needs to be updated?

Well, the Data Grid Web Control only has Select, Edit (Update & Cancel), and Hyperlink, as choices when creating the control using a tool like Visual Studio. To insert a column full of check boxes, you need to write a custom control (based on CheckBoxList) that integrates neatly into the Data Grid Web Control supported by ASP.NET. And you need to write the event handlers that respond on the application side when people click on the buy buttons next to the check boxes. The hard part being the event handlers you write need to connect the check boxes and the buy action the user wants to initiate.

The book spends a few pages towards the end of book explaining how you could accomplish something like what is described above. At this point, it becomes a theoretical text book with very little direction on how to practically implement it. It would have been wonderful if the book finished the excellent job it started by having another 50 pages covering these topics that are absolutely essential.

Unfortunately, there are almost no other books in the market that reach the level of depth on Web Controls that this book reaches. So you can almost forget about trying to find a book that goes deeper addressing the issues above. There IS one book that actually publishes all the code you need to get to this next level but lacks in explanation. There have been complaints that the code in the book doesn't work. We realized that in many cases, the code doesn't work because of problems on the Visual Studio side of things and when we found some workarounds to overcome the VS.NET problems, we were able to make most of the code in this book work. That book is 'ASP.NET Developer's Cookbook' by The ASP Alliance. So if you get to the Intermediate/Advanced level in using ASP.NET, you can use these two books to figure out how to accomplish the desired results.

Right now, there isn't much out there that you can readily use to accomplish your website goals. Even though there are a ton of books published, they don't adequately address the practical issues. But the next release of ASP.NET is believed to change al this. So we'll keep our fingers crossed till then. In the meanwhile, good luck with your own real world .NET implementations and we hope that the results of our experiences we shared in this review are helpful.

Comment | 
Was this review helpful to you?
11 of 12 people found the following review helpful
5.0 out of 5 stars Best book for the data controls... July 21, 2003
Format:Paperback
I just want to say that I have gathered quite a few programming books, and several on ASP.Net. This is definately up there in my list of top books I have bought. If you do, or want to do, ASP.Net development, you have to buy this book.

You want to learn how to page data in the datagrid? The author gives multiple ways to do it. You want to know when to use the data list or data repeater control? He breaks it down for you and tells you why and how. You want to fully customize these controls to get a unique look and acurate display of your data? This book helps there too.

I just can't say enough good stuff about it, and I highly recommend it. I like that it doesn't go off into all the other subjects as normal ASP.Net books do. It takes a subject (data controls) and does it best.

Buy it, you won't be sorry.

Comment | 
Was this review helpful to you?
10 of 11 people found the following review helpful
5.0 out of 5 stars DataGrid, DataList and the Repeater Learned correctly October 3, 2004
Format:Paperback
Mr. Scott Mitchell's book: Asp.net Data Web Controls Kick Start is an excellent book to get the novice of Asp.net Data Web Controls up and running quickly. I had a probelem, emailed him, and he immediately responded with the solution to my problem. I was truely grateful to Mr. Mitchell. Using stored procedures in SQL Server and retreiving only the needed redcords via a stored procedure "chapter 8", proved to be indispensable.

I was able to easily understand his code and apply his techniques and methods to my projects (I'm still a student). Even my classmates were amazed of my understanding of the asp.net DataGrid features. So I simply recommended Asp.net Data Web Controls Kick Start as the book to use to grasp the pertinent information needed to succeed and think.

As a beginner in ASP.Net, I truely and honestly recommend this book as your Kick Start and reference to the DataGrid, DataList and the Repeater. The step-by-step hands-on examples makes this book also a great tutorial. The programming language was great (VB) and I'm sure a person that is familiar with C# will not be imtimidated with the VB.net code. The book also offers more information on the topics by offering online resources. Thank You Mr. Scott Mitchell

Buy this book and you will not be disapointed.

Sincerely and honestly
Comment | 
Was this review helpful to you?
Most Recent Customer Reviews
5.0 out of 5 stars Great in-depth book
This book was very helpful to me for understanding data grids, data lists, and repeaters in ASP. He covered in-depth what is needed to use these on web pages. Read more
Published on November 25, 2008 by Ronald E. Hart
4.0 out of 5 stars ASP.NET Datagrid Control
I am a professional developer and I found Scott's book to be one of the best examples on how to write a technical book. His examples are practical and usable. Read more
Published on September 8, 2005 by Kevin S. Davis
5.0 out of 5 stars One of the most useful Books I have every bought!
This is one of the the best .NET books I have in my collection. The book is well orginized and easy to read. Read more
Published on April 24, 2005 by Michael Aossey
5.0 out of 5 stars Very helpful as a learning tool and reference.
I've been playing around with ASP.NET for a while now and have always been intimidated by the DataGrid. I don't know why, I just was. Read more
Published on November 17, 2004 by Douglas Setzer
5.0 out of 5 stars Incredible, A must have for asp.net developers
First off, if you see a book written by Scott Mitchell then just buy it. The author of this book guarantees you an incredibly written, easy to understand, and informative book. Read more
Published on April 29, 2004 by Brian Cooper
5.0 out of 5 stars An excellent resource for Administrators and Developers
I had to develop an Administrator's Application to support a 'shopping cart' application.

I found Scott Guthrie to be a valuable reference. Read more

Published on April 22, 2004 by lynchnco@patmedia.net
4.0 out of 5 stars Read On or Recall
Well, I think the author has quite a poor language...
The book's text swarms with the word "Recall"... Read more
Published on February 29, 2004
5.0 out of 5 stars ViewState is required
First off this is an awesome book if you want to use the data controls that come with asp.net. There is no equal out there.
Secondly, buyer be warned. Read more
Published on February 6, 2004 by Craig G
5.0 out of 5 stars Best book on the Datagrid and the Repeater
This book is the best one out there for learning the details about using the Datagrid, Datalist, and repeater controls. Read more
Published on January 20, 2004 by Brian Bischof
3.0 out of 5 stars Good how to get started but riddled with errors
This is a useable book for learning the basics of the new data list controls. Even though it is riddled with mistypes and sentences that don't make sense it is a good resource to... Read more
Published on January 15, 2004 by Michael W. Schellenberger
Search Customer Reviews
Only search this product's reviews

What Other Items Do Customers Buy After Viewing This Item?


Sell a Digital Version of This Book in the Kindle Store

If you are a publisher or author and hold the digital rights to a book, you can sell a digital version of it in our Kindle Store. Learn more

Forums

There are no discussions about this product yet.
Be the first to discuss this product with the community.
Start a new discussion
Topic:
First post:
Prompts for sign-in
 


Listmania!


So You'd Like to...


Create a guide


Look for Similar Items by Category