Hello there! I'm a newbie in VB10 I would like to ask 'how to insert my data in SQL server to Listbox in VB10'
I managed to insert,delete, and even update the data in SQL SERVER my only problem is how to make a search function so that if I want to search a specific data on my DB it will appear on ListBox. I do this because I want to avoid using datagrid and connecting the datasource on it.
BTW I do the INSERT,UPDATE,DELETE by using one textbox and one button...
I managed to insert,delete, and even update the data in SQL SERVER my only problem is how to make a search function so that if I want to search a specific data on my DB it will appear on ListBox. I do this because I want to avoid using datagrid and connecting the datasource on it.
BTW I do the INSERT,UPDATE,DELETE by using one textbox and one button...