I have a method in a class (C# & ASP.Net) that I defined (MyClass.cs) and call this method by Jquery
& Ajax
.
But it does not work.
When i call this method in another page (Default.aspx) it works correctly.
Please help me. Thanks.
enter image description here
I want to call FetchNews() from this class