Click here to Skip to main content
15,898,134 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I have made a gridview which is fetching names from database,the gridview also have a check box and textbox.i want to assign a mark in the textbox.when I click on checkbox then a value ie checked will be stored to that name.Now when a put a mark to the textbox that name will contain a mark with a checked status.Can any one help me with the code!!!

additional information copied from comment below
I am making a assignment management.There is a gridview(in admin page) where I have take Names,Download,CheckBox and TextBox.When the user will submit assignment, admin will see users name and download link on the gridview.when admin will click on download he/she will get the assignment after checkin it,he will click check and give a mark in the textbox.Now I want a code for how to feed checkbox(checked value) and the mark in database in the same name row.
Posted
Updated 30-Nov-13 11:12am
v2
Comments
Karthik_Mahalingam 30-Nov-13 6:35am    
we could able to understand something.. but not clear..
can you please explain in details.. to make us easily understand
post some piece of code..
Member 10256761 30-Nov-13 6:52am    
I am making a assignment management.There is a gridview(in admin page) where I have take Names,Download,CheckBox and TextBox.When the user will submit assignment, admin will see users name and download link on the gridview.when admin will click on download he/she will get the assignment after checkin it,he will click check and give a mark in the textbox.Now I want a code for how to feed checkbox(checked value) and the mark in database in the same name row.
Nelek 30-Nov-13 6:36am    
Yes, there is people here that can help you. But first they need to know what is the problem.
To help you is not to do your work.

Please read: What have you tried?[^] and afterwards use the "improve question" widget to add the relevant information or the code giving problems
Member 10256761 30-Nov-13 6:52am    
I am making a assignment management.There is a gridview(in admin page) where I have take Names,Download,CheckBox and TextBox.When the user will submit assignment, admin will see users name and download link on the gridview.when admin will click on download he/she will get the assignment after checkin it,he will click check and give a mark in the textbox.Now I want a code for how to feed checkbox(checked value) and the mark in database in the same name row.
Karthik_Mahalingam 30-Nov-13 7:02am    
do u want to save the row data in row click event or
do u have a common button which will save all the checked entries to the database ????

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