Click here to Skip to main content
15,867,568 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi,

I am working on school management system project in this at exams module every teacher enter her subject marks for every student as name wise like excel sheet

XML
student name     marks
  s1               23
  s2               24
  s3               25
  s4               26
  s5               29
  s6               40
  s7               43

my problem is how to accept 60 student marks at a time from the webform
Posted
Updated 16-Oct-12 1:57am
v2
Comments
I.explore.code 16-Oct-12 7:55am    
Use GridView with EditItemTemplates!
Traybabu 16-Oct-12 7:57am    
how to place grid view edit templates at grid view load and how to insert those values to database
I.explore.code 16-Oct-12 7:59am    
You are gonna have to Google that mate, there are hundreds of examples on the internet. If you get stuck with a specific code problem, come back here with your code and we will be happy to help.

1 solution

 
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