Search results for query: *

  1. Q

    Combo Box binding Question

    Hi guys: I was wondering when using datareader to loop through DB records like the following code: While DBDataReader.Read cboCombox.Items.Add(DBDataReader(sColName)) End While It will inserted as display Member in the combo box, however, it will never insert value member to it. Let's...
  2. Q

    Combo Box General Question

    Hello: I am actually stuck with a combo box question. I've been successfully load the data to the dataset and fill it into my combo box. However, when I was trying to add a new combo item after the combo box had been filled, it did not let me to do it. Dataset contain just Users Name and...
Back
Top