Click here to Skip to main content
15,886,519 members
Please Sign up or sign in to vote.
1.00/5 (2 votes)
See more:
hello
I want to add student report card in my school website this card shows all the results/marks/performance of students.
can you give me example for this idea?
I use asp.net whit C# and sql servsr for database .
Posted
Comments
Sergey Alexandrovich Kryukov 15-Oct-14 20:57pm    
How? By doing some appropriate software development work.
This is nothing like an idea. You don't need an example. This is just work to be done. Try to do it, and, if you face some problem, ask your questions.
—SA

1 solution

better write some code then - you'd likely need

a) a login page the gets the student name/ID & password (and validates etc)
b) a grid page - on a successful login you use the student name/ID in a query against a table in the database

or if you literally mean 'all students' I guess you just need a web page with a grid and a query from the appropriate database to fill it
 
Share this answer
 
Comments
eame 16-Oct-14 19:30pm    
Thank you for your reply. I have 3 table one for student details,second for subject and last one for mark then i will make query from this 3 table but i want another easy way

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