Click here to Skip to main content
15,905,504 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
i have one table with obtainedmarks,class,semester and admissionno i want edit marks in marksSheet coressponding to admisiionno plzz help me
Posted
Comments
Karwa_Vivek 5-Sep-12 0:39am    
What you Have Tried Till Now ...?
Mandy Nagra 5-Sep-12 3:05am    
i just want edit marks

1 solution

Steps:
1. Retrieve marksheet based on admission no
2. Provide a UI where you can show and make changes to mark sheet data
3. Have a 'Save' button to save the updated text into database.

Use ADO.NET to update the data.
Following article will guide regarding ADO.NET: Simple ADO.NET Database Read, Insert, Update and Delete using C#.[^]

Try!
 
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