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

    Thank you. I think you gave me all the great idea how to get this issue resolved. Thank you so much.
  3. Q

    Combo Box General Question

    Thankx for your reply. I am thinking to loop through the data table inside my dataset onto the combo box. But it sounds totally not logical and wasting the idea for data bound.
  4. 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