Is there any possible way to put a string of data into a regular html text box from a code behind module? I don't seem to be able to access server controls from client-side script. I've tried putting text into html controls from a code behind page, but I can't get that to work either.
or...
Is it possible to populate a variable from a code-behind module and access that variable from client side scripting?
or...
Can I access a session variable from client side scripting?
I've been pulling my hair out over this one for several days and trying everything to access a single string of data from the client side. I've tried all kinds of things.
Could someone please give me a good suggestion for doing this? I've done all kinds of searches here and have not been able to come up with anything.
I'd be really greatful for any help. Thanks
David
or...
Is it possible to populate a variable from a code-behind module and access that variable from client side scripting?
or...
Can I access a session variable from client side scripting?
I've been pulling my hair out over this one for several days and trying everything to access a single string of data from the client side. I've tried all kinds of things.
Could someone please give me a good suggestion for doing this? I've done all kinds of searches here and have not been able to come up with anything.
I'd be really greatful for any help. Thanks
David