TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Vishwajeet Jha
NA
211
52.8k
web service,java script
Jul 10 2015 6:23 AM
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";
}
Reply
Answers (
6
)
CRYSTAL REPORT
how to convert list to array or how to do this below code