I was using this to know what button was clicked
How can I use the ID. I know I am passing it back I just cant work out what to put to access itCode:Dim gridinc As Integer = GridView1.SelectedRow.DataItemIndex
Ive tried all sorts.
I want I presume
But for the life of me I have no idea what to put. this is so new to meCode:Dim gridinc As Integer = 'ID passed back from ASPX page




Reply With Quote


