Saving progress in vb.net -
New to vb.net, so be easy for me How can I save progress in vb.net? To reduce it, I give an example. I have 100 checkboxes, 100 text boxes, with a save button and submit button. WHEN DO I use to use the saved button? When I clicked while saving the button, all the checkboxes were checked and all the values in the text box can be saved in progress, when it logs in again, then it can continue. One of my friends said, save it in SQL. But is it too much if im ganna use sql any advice on which im ganna is used?
Actually, your friend is right, the best solution will probably save data recorded in a database . This is not too much work, as you can use techniques like databanking so that you can simplify the database connection.
Comments
Post a Comment