Click here to Skip to main content
16,016,306 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
I am doing school software project in windows application i reterive the all the student name and subject
from each class in datagrid based on that for each subject i want to enter the marks and calculate
the total and average within in gridview and insert it in to sqlserverdatabase.
problem is in windows application i don't know how to edit valuse inside gridview if anyone have
idea inform with some code examples.

thank you
Posted
Comments
bluesathish 8-Mar-12 7:02am    
You can use, gridview rowediting event.

1 solution

Refer the following article

http://www.codeguru.com/csharp/.net/net_data/datagrid/article.php/c13041[^]

this may guide you
 
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