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
Sameer Khan
1.1k
272
39.4k
Data table filled with json, jquery and webservice
Jun 1 2020 1:07 PM
data table when filled with json, jquery and webserice run fine on local machine but when publish on server it is giving Failed to load resource: the server responded with a status of 500 (Internal Server Error)
$.ajax({ url: "testing.asmx/Get_DashBoardData", type: "post", dataType: "json", success: function (data) { $('#MO').dataTable({ data: data, "bInfo": false, //Dont display info e.g. "Showing 1 to 4 of 4 entries" "paging": false,//Dont want paging "bPaginate": false,//Dont want paging "bFilter": false, //hide Search bar columns: [ { 'data': 'abc' }, { 'data': 'cde' }, ] }); }, error: function (request, status, error) { alert(request.responseText); } });
Reply
Answers (
3
)
evaluate variable values ( manipulating variables and valu )
I have publish video on C-sharp corner