2
Answers

Creating a student details class in asp.net c# populated by SQL server 2008

Photo of Kieran Callaghan

Kieran Callaghan

12y
2.4k
1
Good morning Guys,
I am looking for some examples on how to populate a class from a SQLServer DB with student details when a user clicks on a student from a GridView control on my web form. I can then use the class Student Details properties to populate fields on other web pages or to use as parameters to run stored procs for that particular student. Can you help me please?
Regards, Kieran

Answers (2)

0
Photo of Sam Hobbs
NA 28.7k 1.3m 13y
Is this for the same report or is this for many reports? Or is this one report executed many times, each time for different data? I am not familiar with Crystal Reports well enough to help you except I think that anyone that can help you will need to have this additional information.