I have set up a datagrid on my vb.net form for a MS access database.
I have a listbox where i want to show only 1 column of data from the datagrid, which should be updated when the contents of the database changes.
Please help ASAP.

Dataset = Minicab_DatabaseDataSet
Datagrid = dbgridDriver
Listbox = lstAllocatedDriver

I want to show the drivers in order of their wages in ascending order. Wages are added by ticking a combobox. when this is ticked the 'price' should then add to the drivers wage.

Code for the combobox is much needed too.

Please help asap.

If you can use AJAX you can put your controls in a UpdatePanel and add a timer. Set the interval to a time to refresh the page and rebind the controls. Maybe this will solve your problem.

Be a part of the DaniWeb community

We're a friendly, industry-focused community of developers, IT pros, digital marketers, and technology enthusiasts meeting, networking, learning, and sharing knowledge.