Click here to Skip to main content
15,892,674 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I have gridview columns (id, Empid, EmpName, BalanceLeaves, leaveid, From, To, Days, Reason, Supervisor, Address, ContactNo, Applied remarks).

I have checkboxes in every row of gridview.
I want to check some rows and if I click on approve button checked rows should insert in table using entity framework.

Please give some idea.
Posted
Updated 13-Oct-11 21:40pm
v4
Comments
Dalek Dave 14-Oct-11 3:40am    
Edited for Grammar and Readability.

1 solution

hi,

You need to Add a property in Entity for the Check property. When you click in Grid view, update that property in Entity.

Now after that when you click on Update (your button) you can check it very easily whether to add in new table or not :)

Hope this help.

Regards,

Note: For Entity to DataTable Refer :

Convert LINQ to Entity Result to a DataTable[^]
OR
http://www.entityspaces.net/portal/Forums/tabid/203/forumid/21/threadid/2723/scope/posts/Default.aspx[^]
 
Share this answer
 
Comments
jayanthik 13-Oct-11 8:02am    
pls gve me clear idea
Dalek Dave 14-Oct-11 3:41am    
Good Links

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900