I have a DataSet made in DesignView with a Listbox bound to it, when the user selects an item in the Listbox and clicks the Rename button, I need to know what row that record is in the DataSet so I can rename an item in that row, what's the best way to do this?
I've tried using the BindingContext form the BindingManagerBase but the count property only shows 1 row at position 0, there are 6 rows (6 items in the ListBox)
I hope I've explained it clear enough, I'm not good with database stuff in VB yet
I've tried using the BindingContext form the BindingManagerBase but the count property only shows 1 row at position 0, there are 6 rows (6 items in the ListBox)
I hope I've explained it clear enough, I'm not good with database stuff in VB yet