Click here to Skip to main content
15,918,706 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i am working on attendance management project i am using gridview for mark the attendance in which i using radio button for mark (present status) (absent status) and (half day status) i want when click on radion button selected value saved in database how i can do
Posted
Updated 14-Feb-14 22:49pm
v2
Comments
OriginalGriff 15-Feb-14 4:43am    
What have you tried?
Where are you stuck?

1 solution

1. Handle Radio Button Click Event.
2. Inside that, get the Selected Value.
3. Use ADO.NET objects to Connect to Database, Create a Command and Execute required Query.

For these steps, ask Google for some suggestions, if you can't do yourself.

If you face any difficulty while coding, feel free to come back here and ask another question with specific issue describing the scenario.
 
Share this answer
 
Comments
Member 10426233 15-Feb-14 5:02am    
please provide code regarding this solution
We don't provide codes here. We help people to correct their code, if they face any issues. So, try something on your own by learning from online tutorials. If you face any specific issue, come back and add another question.

For this question, please mark this as answer and up-vote. :)

Thanks,
Tadit

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