Click here to Skip to main content
15,912,932 members

Comments by Shah Chandra (Top 2 by date)

Shah Chandra 10-Oct-17 13:17pm View    
You could try do... loop instead of for as below

do while reader.read
Dim buslicense As String = dr("business license number").ToString
businesslicensecombobox.Items.Add(buslicense)
loop
Shah Chandra 22-Jun-17 8:53am View    
I think the best option would be to create a refresh button just side of combobox, which when clicked calls the refresh function for the combobox.