Click here to Skip to main content
15,892,005 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I am doing project in asp.net. I have 1 page where i am taking booking-information from user.
when user clicks on search car button, i am redirecting to another page, and when user selects the
car I again come back to the booking page. So, when I come back how can I get the information user had entered previously?
Posted
Comments
Dinesh.V.Kumar 21-Feb-14 1:05am    
Store the information in Session if the information is less...

Regards

You should read this: Exploring Session in ASP.NET[^]
 
Share this answer
 
Hai
if u redirect to car page ,did u show car details like size,cost for travel ect....
why u redirect car page,in booking page,if user click search car u can popup car page in popup window and user select car then close popup window and pass car details or any unique name to booking page.
try this links
http://stackoverflow.com/questions/17418618/creating-asp-net-content-in-a-new-page-pop-up-window[^]

http://stackoverflow.com/questions/17582081/how-to-open-aspx-web-pages-on-a-pop-up-window

u can u use session but ,most of booking site it not redirect to other page,simply popup details page.or before going to book u need to show car details after that use go to booking page and select interested car name form dropdown box

Regards
Aravind
 
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