Click here to Skip to main content
15,892,746 members
Please Sign up or sign in to vote.
3.00/5 (1 vote)
See more:
i want to pass parameters from .aspx page to mvc application.
also i dont want to do it with querystring bcoz of security
Is there any way to do so??
Plz help me
Posted
Comments
muneebalikiyani 27-Aug-13 7:31am    
use session state

Save Values to Session State
http://msdn.microsoft.com/en-us/library/6ad7zeeb.aspx

Read Values from Session State
http://msdn.microsoft.com/en-us/library/03sekbw5(v=vs.100).aspx

1 solution

http://msdn.microsoft.com/en-us/library/6c3yckfw.aspx[^]

all the methods offered as answers are already mentioned on this msdn page..
 
Share this answer
 
Comments
[no name] 27-Aug-13 7:46am    
Nice link @Code-Hunt
[no name] 27-Aug-13 7:47am    
Thanks..

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