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
elamgo sasi
NA
15
19.8k
__doPostBack
Aug 20 2015 7:29 AM
Hi,
How to use __doPostBack in JQuery?
my code:
function SaveConfirmBox(btn, validationgroupname, type) {
alert("test");
var validated = false;
if (validationgroupname != '') {
validated = Page_ClientValidate(validationgroupname);
}
else {
validated = true;
}
if (validated) {
jConfirm('Do you want to ' + type + ' this record ?', "Confirmation", function (r) {
if (r == true) {
alert("1");
__doPostBack($(btn).attr("name"), '');
}
});
}
else {
showNotificationValidationSummary("Please check some inputs are missing !");
if (validationgroupname != "") {
__doPostBack('', '');
}
}
return false;
}
Please assist
Reply
Answers (
2
)
how to add bootstrp jquery in vs2013
Problem in creating tab using JQuery EasyUI