Click here to Skip to main content
15,892,809 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have made a page in which i use gridview for displaying roll no.,name,class of student from database and three checkbox for present,absent,leave of the student now i want when user click any check box than entry goes in database.In short i manage attendance of the student how we can do it?
Posted
Updated 27-Dec-13 21:55pm
v2
Comments
abdussalam143 27-Dec-13 8:26am    
if you try some thing then please put your code here.
agent_kruger 28-Dec-13 3:56am    
have you tried something so far and this is not a site where we provide code but help developer's who are stuck somewhere.

1 solution

Use CheckedChanged Event of CheckBox and read the row values inside the Event.

Then Connect to Database and insert/update the required table and row.
 
Share this answer
 

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