I am trying to select an item based off the DataValueField in a web combo. For some odd reason my intellisense won't work so I can't seem to figure out how to pre-select an item in the webcombo (once it has been databound). Help would be much appreciated.
Hi,
I tried this and it works,
cboCustomer.SelectedRow = cboCustomer.FindByValue("AA1234").Row
"AA1234" is the customer id