
?Passing arrays from Server script to Client Script
Why is it that I can pass single variables from Server script to Client
script, but I can't pass arrays? Is special way of handling this
requirement? I have a Session object that contains an array that was
initialized prior to coming into the new page. From this new page I want to
have access to this Session Object (containing the array) available to the
client script. Depending upon input from the user, I want to make certain
values available to display from this array.
Thanks,
Gary