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
chetan shinde
NA
108
45.7k
Webmethod is not called in asp.net C#
Aug 23 2017 6:48 AM
Hi i am writing a code to send file from javascript to web mothod, but my web method is not isteat it called pageload method. please help
here is my code
$.ajax({
type: "POST",
url: "Content_New.aspx/UploadFiles",
data: obj,
processData: false,
contentType: false,
dataType: "json",
success: function (result) { alert("successful!"); },
//async: true
})
[WebMethod(EnableSession =true)]
public static void UploadFiles()
{
}
Reply
Answers (
7
)
Jquery Tabcointainer not showing date picker
Dynamically bind Id to a Datatable column