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
Radiant Software
NA
72
30k
how to pass byte[] to web service
Aug 3 2015 7:51 AM
hii..
Can anybody tell me that, how to implement following method in class file...
[WebMethod]
public bool clientInsert(string clientname, string clientadd, DateTime clientbirthdate, DateTime anniversarydate, string phoneno, string mobileno, string emailid, string gender,byte[] photo, int userid, bool isactive)
{
client cl = new client(-1, clientname, clientadd, Convert.ToDateTime(clientbirthdate), Convert.ToDateTime(anniversarydate), phoneno, mobileno, emailid, gender,photo, userid, isactive);
a = cl.Insert();
return a;
}
Reply
Answers (
1
)
How to create Web API in ASP.net for Login and Registration
Calling Web Service Method in c#