I am looking to add some client side validation to my project
. What i am looking to do is to have a javascript warning on click that will stop the current action if the users clicks no.
so far i have got the onclientclick but not 100% on the JS and if i need to return the value and so on.
I am using asp.bet 2.0 with C sharp incase it makes any diffrence.
Due to restrictions inplace i CAN NOT use the inbuild validation from the toolbox.
thank you.