I have a WindowsForm App that shows a list of users using RadGridView .
When you double click on a row on the GridView I pop up a second form containing textboxes.
I am trying to populate these boxes with the data from the selected row of the GridView.
I tried to use FindControl but that doesn't seem to work.
Does anyone have a piece of code in VB that will make this work?
Thanks
When you double click on a row on the GridView I pop up a second form containing textboxes.
I am trying to populate these boxes with the data from the selected row of the GridView.
I tried to use FindControl but that doesn't seem to work.
Does anyone have a piece of code in VB that will make this work?
Thanks