Click here to Skip to main content
15,886,067 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
PROPER ELABORATION:
I have a gridview1
It has Checkbox,SlNo,ApplicationNumber,Name,City.
but the table in database has applicationNumber,Name,city,phoneno,mobileno,shortlist as fields.

Now My question is when I check the checkbox and click a button shortlist,that particular application number's Shortlist field must be updated as Shortlist in database.

I have created a class with name STD(im establishing connection).Im calling it like this in my form STD s = new STD();

PLEASE HELP ME OUT
Posted
Comments
Abhinav S 21-Feb-15 2:23am    
What have you tried?
[no name] 21-Feb-15 3:59am    
Question is not clear..
TheKarateKid 21-Feb-15 19:08pm    
Please check my solution provided for your same question elsewhere =>

http://www.codeproject.com/Answers/878874/chkbox-GV-btnpresd-new-tbl?arn=0#answer2

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