G
Guest
I've bound a combo box to a datatable in a dataset. I can't figure out how
to access the selected row directly. If possible, I'd like to cast it into
strongly typed datarow from my dataset:
myRow=(myDataset.MyDataTable.MyRow)cboList.Items[.selecteditem];
to access the selected row directly. If possible, I'd like to cast it into
strongly typed datarow from my dataset:
myRow=(myDataset.MyDataTable.MyRow)cboList.Items[.selecteditem];