
July 22nd, 2008, 07:04 AM
|
|
Contributing User
|
|
Join Date: Nov 2004
Posts: 87
Time spent in forums: 6 h 6 m 2 sec
Reputation Power: 4
|
|
|
Query to search both master and detail fields
Hi to all,
I am working on a asp.net project where i have task to display the master detail records in a gridview.
Iam developing a page with fileds from both master and detail tables to search the records and display the information.
Eg:
Master Table
-----------------
StudentId
Student Name
Class
Detail Table
-----------------
Id
StudentId
ExamName
How can i search in both the tables
|