Have a asp.net 1.1 web page with c# and javascript in same page and I need
to create data or variables in c# that can be access in javascript. I
appreciate any code snipped that can show me how to accomplish this.
Regards,
Andres
Mark Rae [MVP] - 22 Oct 2007 17:05 GMT
> Have a asp.net 1.1 web page with c# and javascript in same page and I need
> to create data or variables in c# that can be access in javascript.
Easiest way to do this is to create hidden fields in your markup and
populate them server-side with the data you need client-side...

Signature
Mark Rae
ASP.NET MVP
http://www.markrae.net
Eliyahu Goldin - 22 Oct 2007 17:24 GMT
This can help you:
How to Pass Messages and Actions between Server and Client
http://usableasp.net/DeveloperPage.aspx?page=Articles/HowTo/HowToPassMessagesBet
weenServerAndClient.htm

Signature
Eliyahu Goldin,
Software Developer
Microsoft MVP [ASP.NET]
http://msmvps.com/blogs/egoldin
http://usableasp.net
> Have a asp.net 1.1 web page with c# and javascript in same page and I need
> to create data or variables in c# that can be access in javascript. I
[quoted text clipped - 3 lines]
>
> Andres