export data from database to form
Hi!!
In my form, i have a listbox which contains the column data of a table from the database. I retrived the data from database (wrote code into constructor) to listbox and it is working well.
Now i have problem here:
based on user selected item of the list box, i want to retrieve the concerned data from the database and should be place into textboxes.
Give me some solutions.
Darma