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
Suresh M
118
15.9k
11.3m
How to pass list as arguement to WCF
Jun 27 2014 6:10 AM
hi friends
i have to pass list as arguement to WCF
my code:
public string sendData(String details)
{
List<string>Students=new List<string>();
Students.Add("Name1");
Students.Add("Name2");
return insert(Students); /
//error in this part show cannot poss list as arguement
}
my WCF service is
public string insert(List<string> details)
{
..........
............
}
Reply
Answers (
1
)
How to creae web applivcation to send bulk sms?
How to Work with Time Line In .Net