I have to pass a string value from the server side page (.aspx.cs) to a function in .JS page. I need to call the function in JS page from server side page along with string as a parameter.
Can anyone please help me by providing samples or ideas to solve this problem?