John Joe

John Joe

  • NA
  • 81
  • 15.9k

Search and Display from recordtable C#

Apr 23 2013 11:59 PM
I am newbie, and looking for a way to search a record and display all the information linked to my search: in C#

Records Table (db):

UniversityFacultyCourseDuration
MMUIT BIS 4yrs
Boston Business ACC 4yrs

If I search for Faculty (IT) my Results should be all Courses Under IT and their Duration and also all university that offers IT

For Example;

Search result:
Faculty Of IT: 
CourseDurationFeesUniversity
BIS4yrs2000MMU






How do I do this?

Answers (3)