G
Guest
Hi all,
I am writing a page that requires a decision from the user, e.g. when the user clicks delete I need a message box to popup and ask the user for confirmation Depending on the users response will depend on whether the ASP.Net delete function is called. I am able to register a Client-side script enough to show a msgbox, but only with an okOnly button, and even if I got a YesNo button to display, is there any way to inject that decision into my ASP.NET code?
This is really causing me a headache so any help with this would be greatly appreciated
Thanks
Karl
I am writing a page that requires a decision from the user, e.g. when the user clicks delete I need a message box to popup and ask the user for confirmation Depending on the users response will depend on whether the ASP.Net delete function is called. I am able to register a Client-side script enough to show a msgbox, but only with an okOnly button, and even if I got a YesNo button to display, is there any way to inject that decision into my ASP.NET code?
This is really causing me a headache so any help with this would be greatly appreciated
Thanks
Karl