I was using this to know what button was clicked
Code:
Dim gridinc As Integer = GridView1.SelectedRow.DataItemIndex
How can I use the ID. I know I am passing it back I just cant work out what to put to access it

Ive tried all sorts.

I want I presume

Code:
Dim gridinc As Integer = 'ID passed back from ASPX page
But for the life of me I have no idea what to put. this is so new to me