On Submit button's click event, use the user's input values from textboxes etc.. and insert in the database, if successfully inserted, response.redirect to confirmation.aspx page.
Thank you for your response, th portion above is the part I am having trouble with, how to change the submit buttons click event and use the users input values to show on a response redirect confirmation.aspx page?
This should be very simple, but yet i cant figure it out in Visual Studio 2008. Thanks
Main Topics
Browse All Topics





by: avnish_tannaPosted on 2008-11-05 at 21:07:08ID: 22892485
Design your page1.aspx with .net controls like asp:textbox.. etc, use validation controls for any validation you want. Put a submit button at the end of form. On Submit button's click event, use the user's input values from textboxes etc.. and insert in the database, if successfully inserted, response.redirect to confirmation.aspx page.