I have a gridview in webform and a panel1 which I used as a modalpopup control. I wanna show panel as modalpopup per row item select using commandrow of gridview ...
There are two controls inside panel1; literal1 and literal2
I want when the item in the gridview is selected by user then panel 1 shows as modalpopup which displays the records from gridview in panel 1 controls i.e literal1 , literal2
I want to retrieve the selected row item from gridview to modal popup panel1 control..