how can i display data in listbox?
Visual Basic
2
Posts
2
Posters
0
Views
1
Watching
-
i have a database of lists of subjects...then in my module, i want to display all the subjects that i recorded in the listbox... how can i do it? i already connect my dataset in the connection wizard but i can't display it in the listbox.
at the first time you should set your listbox datasourse it will be your table in your dataset and then set displayMember it will be the column name of the table it will be shown to user and then set valueMember it will be the column name that is not been shown to user .