Thursday, March 29, 2012

pass javascript object reference to a session object

How can I pass a javascript object reference
var win1 = window.open( ...)
to a Session object
Session["obj1"] =
in a .aspx pageIt is not possible.
Session objects are stored on the server. Client objects are storied on the
client. You can only send text-data. Keep a window open that will hold your
references if you need to.
-- Alex
"mg" wrote:

> How can I pass a javascript object reference
> var win1 = window.open( ...)
> to a Session object
> Session["obj1"] =
> in a .aspx page
Could you be more specific?
Thanks.
"Alex Papadimoulis" wrote:
> It is not possible.
> Session objects are stored on the server. Client objects are storied on th
e
> client. You can only send text-data. Keep a window open that will hold you
r
> references if you need to.
> -- Alex
> "mg" wrote:
>
You cannot pass a window object to the Session object. If you provide more
information about what you are trying to do, someone might be able to help
you better.
Girish Bharadwaj
http://msmvps.com/gbvb
"mg" <mg@.discussions.microsoft.com> wrote in message
news:BA28CC96-461E-41F5-8AE8-06DE179F1CD4@.microsoft.com...
> Could you be more specific?
> Thanks.
> "Alex Papadimoulis" wrote:
>
the
your
What exactly fo you want to do..
Explain maybe i can HELP!
*** Sent via Developersdex http://www.examnotes.net ***
Don't just participate in USENET...get rewarded for it!

0 comments:

Post a Comment