Looking to pass variables from c# to javascript to use some jquery code. Passing doubles, ints, strings, arrays. Does anyone know how to do this?
for example if I ha
you can use asp:HiddenField variables to pass values between codebehind and js.. this accomplished with viewstate of page during postbacks...