Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
Hi,

We are using Asp.net Webforms Framework 4.0.
We added routing, previously we were sending data in httpcontext and server.transfer.
We are sending 6 set of values to another page.
How do we send these data to another page?



Best Regards,
Damodar
Posted
Comments
Prasad Avunoori 17-Sep-14 0:21am    
What is the type of data?
You may use Sessions,query string
dedamu 17-Sep-14 0:35am    
Hi Prasad,

Type of data is string.
Don't want to use query string as we are making SEO Friendly URL.
Any other options?

Best Regards,
Damodar
Prasad Avunoori 17-Sep-14 1:05am    
Why don't you use sessions?
dedamu 17-Sep-14 1:36am    
Thanks Prasad,

I am using it but was wondering if there are other options!


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