How to get out information from a DataGridView?
Posted
by ghost_j1
on Stack Overflow
See other posts from Stack Overflow
or by ghost_j1
Published on 2010-05-13T12:59:47Z
Indexed on
2010/05/18
15:10 UTC
Read the original article
Hit count: 183
c#
I am working on program that calculate the GPAs for university students in C#.
I have made a gridview that contains columns for each subject. Its mark as letter and number. After the user "student" insert his/her subject I want to let the user click a button that will get the mark and the number of the credit hours of each subject. Calculate the GPA for the student and put the result in a textbox.
I am having trouble getting started. Any advice for a good place to start?
© Stack Overflow or respective owner