I've received the requirements to make a form that inserts into a database, and then allows the user to edit the information they inserted. So what the form would do is get registration information from the user, insert it into the appropriate tables, and then redirect to a page with something like a gridview on it that would display all the form information that was submitted.
How would I be able to do this, especially since I have to work with data from multiple tables? I understand how to insert the data, but how would I get that exact data back and use it in a gridview?