hi folks,
when user click on button i need to show messagebox .i already done that work using jquery .but Messagebox have button Yes and No .when user click on Yes i need to show another messagebox having only on single button "ok"and the message string is get from database.
My single message box is done but need to get value of user click and show another messagebox.
please share some link
thank you in advance.
Regards,
Abhijit Patil
http://dotnetbyabhipatil.blogspot.in
Loading

Joginder BangerPosted Jan 23, 2015, 1:15 AM
when user click it show the first messagebox with button yes and no .i done that task,but when user click on yes,it show the messagebox ,like "record saved succesfully" with ok button i am using jquery in my asp.net
check your reply boss i have no idea what you try.
Joginder BangerPosted Jan 23, 2015, 12:43 AM
Abhijit Patil
plz explore this line, need to get value of user click and show another messagebox.
means you want get the value first user click. your first message return only true or false. because this message box is confirm type.
share your code for best understand what you want.
jsb