I have enabled selection in my grid view and when I select a row from the gridview, the details from the grid veiw is shown in the details view. Now what I want is that when I select another row from the grid view, I want another details view automatically ADDED with the latest selected grid view row shown on that details view. How do I do this using vb.net coding. Gridview is known as GridView1 and Details view is DetailsView1. Please help me!