hello fellows,
I want to do this:
Set session("ParamToChange"
= session("ParamCollection"
.item("UserID"
instead of that:
Set session("ParamToChange"
= session("ParamCollection"
.item(1)
is it possible? if it is, how?
thanx in advance...
I want to do this:
Set session("ParamToChange"
instead of that:
Set session("ParamToChange"
is it possible? if it is, how?
thanx in advance...