G
Guest
I have a boolean variable defined in the aspx.cs code for my webpage. I need
to read the value of this variable in the javascript code that i have in the
codebehind file. Is there a way to do this??
I've tried the following but I get an error saying that "edit_clicked is
undefined."
if (edit_clicked == false)
<do what i have to do...>
to read the value of this variable in the javascript code that i have in the
codebehind file. Is there a way to do this??
I've tried the following but I get an error saying that "edit_clicked is
undefined."
if (edit_clicked == false)
<do what i have to do...>