I am working in asp.net using C# and I have a [WebMethod] defined in User Control. I dont want to use web service. My Question is : How can i call this any method which has [WebMethod] attribute? I want to call it from jQuery (Ajax) request.
Please help me