I need help, I want to call a method from c# code behind aspx in javascript. My code in javascript is not working in Site.Master. And I also can't fix my error: The name does not exist in the current context:
function SendNoResponse() {
<%#btnCallCSFunction_Click() %>;
}
Thank you!!