BOOK: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solutio
This is the forum to discuss the Wrox book ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solution by Vincent Varallo; ISBN: 9780470396865
You are currently viewing the BOOK: ASP.NET 3.5 Enterprise Application Development with Visual Studio 2008: Problem Design Solutio section of the Wrox p2p Programmer to Programmer discussion community. This is a community of more than 40,000 computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining our free Wrox p2p community you can post your own programming questions and respond to other programmers’ questions. Registered users also don't have to see the ads that are displayed to guests. Registration is fast, simple and absolutely free so please, join today!
Join today and post to win prizes! Post more to increase your chances of being Wrox’s top poster of the month.
After reading through Chapter 6, I don't see Vince used any standard ASP.NET controls (Gridview, drop-drown list). Is there a reason to use a custom girdview instead of a standard one?
If I would like to use a standard gridview control and drop-down list, how would I bind/submit data using Datacontext and entity objects?
Let's say I have a gridview. I want to put a checkbox for Approval and Reject for each entry. After several unsuccefull tries, I could not make the standard ASP.NET gridview working. How can I acomplish this task with using the custom grid view described in the textbook?
Please help me or give me some hints. Thank you very much!