Hi there,
In my windows application I use a database table STUDENT which contains id and names of the students as its fields.
Now i want to enter the students TEST1 MARKS in the following way:
i.e. I should get the students data in some order (may be one after the other like a list) in datagrid or in some appropriate controls,
The actual problem is I should create a column dynamically as TEST! and in this field I should enter the student marks..
eg. If i type 3 in ID field, the cursor should move to the student data with ID 3 and I should enter his marks...
Is it possible in VB.Net if not give me some other approx. solution to solve!
Regards,
JCel.
In my windows application I use a database table STUDENT which contains id and names of the students as its fields.
Now i want to enter the students TEST1 MARKS in the following way:
i.e. I should get the students data in some order (may be one after the other like a list) in datagrid or in some appropriate controls,
The actual problem is I should create a column dynamically as TEST! and in this field I should enter the student marks..
eg. If i type 3 in ID field, the cursor should move to the student data with ID 3 and I should enter his marks...
Is it possible in VB.Net if not give me some other approx. solution to solve!
Regards,
JCel.