Generate preview page from ASP.NET form
Hello,
I currently have a multi-paneled ASP.NET form that is being saved to a SQL server database. However, when the user clicks submit I need the click event to generate a preview page of the contents of the form so the user can verify their information before final submission.
What's the easiest way to do this?
rdove84
|