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
mounika ymr
NA
90
34.1k
Inserting data in Wcf service
Sep 8 2017 4:13 AM
Hi,
In the link below I'm getting error at this line :int result = cmd.ExecuteNonQuery();
UserId isnot included in insert command which is taking null values, which not acceptable,
can u send me updated insert method
http://www.c-sharpcorner.com/UploadFile/rohatash/insert-update-and-delete-data-in-gridview-using-wcf-service/
Reply
Answers (
1
)
Update data into database using wcf service
Convertion from asp.net Webservices(asmx) to WCF(svc)