Ok, I know this has got to be something simple.. its a weekend though and my brain is fried. I've got a listbox bound to a table. How do I reference the actual bound DataRow of the selected row?
List box is lstProdList
Data source for the list box is qnaDS1
DisplayMember is products.pName
ValueMember is products.pid (which is the key for the row)
I need something like
I know thats not right but thats what I need.. the actual reference to the row.
Somebody slap me for the simple question..
-Dustin
Rom 8:28
List box is lstProdList
Data source for the list box is qnaDS1
DisplayMember is products.pName
ValueMember is products.pid (which is the key for the row)
I need something like
Code:
dim myRow as DataRow = lstProdList.selectedItem().row
I know thats not right but thats what I need.. the actual reference to the row.
Somebody slap me for the simple question..
-Dustin
Rom 8:28