c# and javascript data share .net 1.1

  • Thread starter Thread starter verizon_news
  • Start date Start date
V

verizon_news

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
 
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...
 
Back
Top