Hello fellow coders! Here's my little problem that's looking for a solution. I'm using Linq to Sql classes with a couple of tables, one called personal and the other called business. A few tables in personal are firstname, lastname, address, etc. Now instead of using the details view and connecting to the database, I want to use a wizard that when the submit button is clicked, it will save the text to the tables. How would I code the Wizard_FinishButtonClick behind code? I am using VB, so it would be helpful if responses showed VB. Thank you!
...
Go to the complete details ...