I have a GridView that uses an inlune GridView for Details records. I am trying to find a way to correctly identify which Details GridView should be made Visible when the Master GridView row is clicked. I have tried the following but it results in a run
time error stating "The server tag is not well formed." I have left out the ret of the GridView definition, as well as the Columns, for brevity.
<asp Go to the complete details ...