Hey Preps, in building a gui its very tempting to use panels and use splitters sendToBack bringToFront methods to try and make a outlook type environment. This is cool for a few panels but can get messy, I would suggest you look at mdi's, but that wasnt your question.
I am assuming you are using datasets to move your data, the wizards allow you to add database functionality quickly, dragging components from data sources will bind the controls to the dataset automatically. If you browse the dataset you should see an update and fill method, you need to run fill method on the dataset when you wnat to view the changed rows. this will fill the your textboxes and datagridviews
cheers
|