Hello everyone,
I'm developing a website in ASP.NET. I have a Gridview and in it two LinkButtons: Details and Options. When the user clicks on Details, I have to show a Formview with the Details information. This part is already done.
The part that is being difficult for me is, when the user clicks on Options, I have to showanother GridView, based on the first.
Does anyone have any suggestions about how to do this? I'm using VB.NET.
Thanks,
Ana