Watch Pre-recorded Live Shows Here
Why Join
Become a member
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
C# Corner Home
Technologies
Monthly Leaders
ASK A QUESTION
Forum guidelines
Senzeye
1.9k
226
94.9k
Convert Serializing in webservice
Dec 16 2015 5:32 AM
Serializing in webservice
i need to serializing
List<Employee> empList = new List<Employee>(); in return type
JavaScriptSerializer js1 = new JavaScriptSerializer();
i got error return
js1.serialize(emplist);
Reply
Answers (
3
)
Data annotation in c#
How to hide grid view in asp.net using c#