|
Im new to the programming world aside from HTML so be gentle with me! This project is actually Asp.net w/ C# but its general knowledge so hopefully someone can help. I've managed to make a form post the field data into an SQL database and it posts back to the current page with a confirmation or error message (also with range validations). I want to add another step/page that would allow me to see the values Im about to submit before actually doing it like a "are you sure this is what you want to submit" page.
Should the form store the field data into variables to be displayed on this verification page and then sent those to the DB? Or should the form go ahead and post it to the SQL table and if they choose to change it, remove the data from the table and direct them back to fix the problem? Like I said, Im still new to C logic so any recommendations would be very helpful since Im at a crossroads here. Thanks in advance!
~Dan
Last edited by chrishirst : 03-29-2008 at 11:07 AM.
Reason: links removed
|