Click to See Complete Forum and Search --> : Passing data from one asp to another asp


Randy Harrison
11-21-2000, 08:51 AM
Looking for suggestions on passing data from one asp to another or should
this be avoided. I have looked at arrays, url and dictionary object but
have not come up with a solid yep do it this way.

Randy

mike
11-21-2000, 12:38 PM
My favorite is QueryString, but there are also session variables, and hidden
form fields. It really depends on how much info you need to pass and which
way you prefer.


"Randy Harrison" <Randy.Harrison@dva.state.wi.us> wrote:
>
>Looking for suggestions on passing data from one asp to another or should
>this be avoided. I have looked at arrays, url and dictionary object but
>have not come up with a solid yep do it this way.
>
>Randy