What is the exact need for referencing a codebehind variable in Javascript
you can have a control, say hidden textbox that always stores the variable value. Can then access this hidden input type in ur javascript
I am assigning some values in the codebehind page and want to manipulate them value in the javascript
I feel hiddentext field is not a feasible for my problem i already had this idea
But it is not the feasible way to do as i want to atleast 20 variable of codebehind