Click here to Skip to main content
15,884,676 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
sir i have registration page,,, and i want after filling all details ,when i submit ,, these details will store in my database and side by side one new page will open ,,and the same details will store in this page... now please tell me .. i have no idea how i do these two side by side with single submit button..
i am successful in storing my details in my database ., but please tell me how these details will come in my another page with same submit button
Posted

1 solution

This is actually very easy to do. You say you already have the code to save the data so after you save the data redirect to the new page and pass the id of your saved data in the query string and then your new page uses that id to lookup the values from the database.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900