Is there any way to call Web Method of Web Service from an HTML page using ONLY Java Script.
No Use of ajax call...
Provided that method accepts an string type parameter and also return string type data.
[WebMethod]
public string GetPassword(string userid)
{
return "Hello";
}

Manas MohapatraPosted Jul 10, 2015, 7:03 AM
Vishwajeet JhaPosted Jul 17, 2015, 7:38 AM
Vishwajeet JhaPosted Jul 17, 2015, 7:38 AM
Manas MohapatraPosted Jul 17, 2015, 1:18 AM
Vishwajeet JhaPosted Jul 17, 2015, 1:06 AM
Rajeev PunhaniPosted Jul 10, 2015, 7:15 AM