I'm using "index = e.Item.ItemIndex" and this gives me the row number of the datagrid that was clicked. How can I get a value out of that record so I can put it in my query to delete the record from the database?
thanks,
eye
Printable View
I'm using "index = e.Item.ItemIndex" and this gives me the row number of the datagrid that was clicked. How can I get a value out of that record so I can put it in my query to delete the record from the database?
thanks,
eye
Hi
Try this:
Dim strValue as string
strValue=Datagrid1.item(index ,ColNumber)