Hello ,
I have a GridView in my Site
I will insert a Template or Button Column with a ImageButton in the Grid
When i click on this Button "Select" then i must Call a VB Sub
Private Sub BookingSelected()
Session Test("ID") = selectedID of the Row from my Grid
End Sub
How can i bring the Selected Row ID from my Grid to a Sub in my CodeBehind ????
I have a Column in my Grid where has the Name "ID"
and this ID Number of the Selected Row must i have in my Sub in Codebehind when i click the Select Button ?????
I must have this in Codebehind .. not another way
Thanks for Help
I have a GridView in my Site
I will insert a Template or Button Column with a ImageButton in the Grid
When i click on this Button "Select" then i must Call a VB Sub
Private Sub BookingSelected()
Session Test("ID") = selectedID of the Row from my Grid
End Sub
How can i bring the Selected Row ID from my Grid to a Sub in my CodeBehind ????
I have a Column in my Grid where has the Name "ID"
and this ID Number of the Selected Row must i have in my Sub in Codebehind when i click the Select Button ?????
I must have this in Codebehind .. not another way
Thanks for Help