Click here to Skip to main content
15,913,941 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
How to pass values between asp(script)web pages ?kindly provide an example to explain.
Posted

1 solution

You can put them in the session, or you can pass them on the query string. Why are you using asp ? ASP.NET would give you a lot more options, as well as generally not sucking.
 
Share this answer
 
Comments
maestro_88 10-Aug-11 2:05am    
Thanks Christain,,Well my working application is already developed in ASP.so only .

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