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
Rohit
NA
238
33k
web method in asp.net
Jun 22 2016 3:11 AM
hi guys i ma working some existing project where some feature is used but i am not getting
[WebMethod]
public static string InsertData(string username, string subj, string desc)
{
string msg = string.Empty;
try
{
}
please can some one explain me
1 .why given web method on the head off "insert data" method name
2. what is use of this ,what is web method
3.is it only for static method
Reply
Answers (
4
)
Crystal report showing blank page?
Submit button click is not working c#