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 Programmer to Programmer discussions. This is a community of tens of thousands of computer programmers including Wrox book authors and readers. As a guest, you can read any forum posting. By joining today you can post your own programming questions, respond to other programmers’ questions, win occasional prizes given to our best members, and eliminate the ads that are displayed to guests. Registration is fast, simple and absolutely free .
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!