I have a Gridview that displays some summary information for a customer.Inside the Gridview I have a command column that allows the user to select a specific customer to view additional information about.Under the Gridview I have a Repeater that presents Call information and inside the Repeater I have another Repeater (nested) that presents Call comments.My question is what is the best practice for accomplishing this scenario?Should I use a dataset that contains results from all three tables and use a relationship script?How do I get the value of the selected record in the Gridview into my dataset query?Thank you for your thoughts.Sincerely,Tim