View Single Post
  #1 (permalink)  
Old June 30th, 2009, 06:40 PM
ocn ocn is offline
Authorized User
Points: 51, Level: 1
Points: 51, Level: 1 Points: 51, Level: 1 Points: 51, Level: 1
Activity: 15%
Activity: 15% Activity: 15% Activity: 15%
 
Join Date: Jun 2009
Posts: 11
Thanks: 5
Thanked 0 Times in 0 Posts
Default Using Standard ASP.NET Controls?

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!
Reply With Quote