Having issues where in my .aspx page I pass in a boolean variable (C#) to a javascript function that is expecting a boolean type.
BUt the C# variable returns True, and j
You could also do this.
myjavascript(<%=myBooleanVariableInCSharp ? "true" : "false" %>);