I'm working on a webform with C# as page behind. Upon clicking the submit button I need the info to go to a database and then to redirect user to another page. Both work on their own but not together. if I use the response.redirect the info from the page does not get captured in the database but brings me to the other page. Once I remove the response.redirect the info gets captured in the database but then I can't get to the other page. Please help!!
Thanks,
Janis
...
Go to the complete details ...