Yes/No Confirm box help!
-
Hello! One of my ASP.NET projects uses DropDown boxes. When the selected index of a certain drop down box changes I want to popup a yes/no message box asking if you want to change that value. If they do then the dropdown changes if they do not then it goes back to what it was before they touched it. I am having problems creating a client side script that would perform this function. I DO NOT want OK/CANCEL box. Any help would be greatly appreciated! EEP
-
Hello! One of my ASP.NET projects uses DropDown boxes. When the selected index of a certain drop down box changes I want to popup a yes/no message box asking if you want to change that value. If they do then the dropdown changes if they do not then it goes back to what it was before they touched it. I am having problems creating a client side script that would perform this function. I DO NOT want OK/CANCEL box. Any help would be greatly appreciated! EEP
I don't think that a yes/no box is on offer, unless you created a form to do it.
Christian Graus - Microsoft MVP - C++ "I am working on a project that will convert a FORTRAN code to corresponding C++ code.I am not aware of FORTRAN syntax" ( spotted in the C++/CLI forum )
-
Hello! One of my ASP.NET projects uses DropDown boxes. When the selected index of a certain drop down box changes I want to popup a yes/no message box asking if you want to change that value. If they do then the dropdown changes if they do not then it goes back to what it was before they touched it. I am having problems creating a client side script that would perform this function. I DO NOT want OK/CANCEL box. Any help would be greatly appreciated! EEP
Your own Custom WebForm for Confirmation in a ShowModalDialog should provide help on this.
Vasudevan Deepak Kumar Personal Homepage Tech Gossips
-
Hello! One of my ASP.NET projects uses DropDown boxes. When the selected index of a certain drop down box changes I want to popup a yes/no message box asking if you want to change that value. If they do then the dropdown changes if they do not then it goes back to what it was before they touched it. I am having problems creating a client side script that would perform this function. I DO NOT want OK/CANCEL box. Any help would be greatly appreciated! EEP
I suppose what you're doin is creating a confirmation for a value change. maybe you should use Javascript to create a Confirm(). Javascript is widely accepted for this especially client-side script-wise, but if you want something else, you can popup a new mini browser window to the user with the confirmation buttons.
-
Hello! One of my ASP.NET projects uses DropDown boxes. When the selected index of a certain drop down box changes I want to popup a yes/no message box asking if you want to change that value. If they do then the dropdown changes if they do not then it goes back to what it was before they touched it. I am having problems creating a client side script that would perform this function. I DO NOT want OK/CANCEL box. Any help would be greatly appreciated! EEP
chk it out.. http://michaelsync.net/2007/01/01/custom-javascript-dialog/
Thanks and Regards, Michael Sync ( Blog: http://michaelsync.net) If you want to thank me for my help, please vote my message by clicking one of numbers beside "Rate this message". Why vote? Plz Read it here. Thank you. :)