hi, i am having a concept like i want to use grid view inside another grid view. this is required as i want to show records with foreign key where there are many related records.
For example i want a output like i am having a table with course name and another table containing subjects of each course.
In output i want results in the format that each course name shows its subjects below in list with all course?
How can i do that