Hi there, I have a gridview that has linkbuttons that contain the text say the AccountID. The binding of the gridview is working. What i would like it to do is, when i click on a particular link, the Detailsview should be bound to the row of that selected link of the gridview. I tried writing a function...