Hi

I am new to VB.Net so apologies for not knowing the basics!!
I have created a basic VB application (using Visual Studio .Net 2003) which has a listbox - which is attached to a dataset (which is attached 2 my SQL Server 2000 table), and a textbox.
The user has to select a heading from the listbox and enter a bonus in the textbox, and when clicking on the button it should save the input (which should be simple, right?)

My understanding is I create an insert command for the dataset that is attached to the bonus table with parameters with the user values, then fill the dataset, then update the dataset which will update the database... I have got my logic right?!

THANK U!