Hi,
I am passing a boolean value to a javascript function in my .net mvc action page.
problem is, it is outputting the value True and javascript apparently only accepts 'true' (in lower case).
I don't want to hack the variable and make it a string and convert it to lower case in my action, but it looks like I have no choice?