How to use Resource file values in javascript asp.net form applications. I have a folder called Resources inside that I have TestResources.resx file. There I want to get ErrorMessage value. I have written below code inside but nothing returned.
var [email protected];
alert(alertValue);