i have 2 comboboxes(name,department) name Combobox Contains a Data From StudentNameTable its Display path=Name,Selected Value path=ID,and Department Combobox Contains Data From Department Table Display path=Name,Selected Value path=ID and these two combobox values are stored in Student Details Tables... in StudentDetails Table it Contains only StudentID,DepartmentId....
My Question Is When i Use Data Grid To Show the Student Details Table It Displays Only The Id,i Want To Disply The StudentName,and DepartmentName means How can I do This