Tech
Forums
Jobs
Books
Events
Videos
Live
More
Interviews
Certification
Training
Career
Members
News
Blogs
Contribute
An Article
A Blog
A Video
An Ebook
An Interview Question
Register
Login
6
Answers
web service,java script
Vishwajeet Jha
9y
384
1
Reply
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";
}
Post
Reset
Cancel
Answers (
6
)
Next Recommended Forum
CRYSTAL REPORT
how to convert list to array or how to do this below code