G
Guest
I have a textbox with Autopostback = true.
I also have in JavaScript that checks the value before the postback occurs
OnBlur = "return CheckValue(myValue)"
Ive always gotton it to work with command buttons that if the return value
was false, then the Server-side method behind the button would not execute.
But how can I do the same for a textbox with AutoPostBack set to true? It
performs the postback regardless if the return value was true or false.
I also have in JavaScript that checks the value before the postback occurs
OnBlur = "return CheckValue(myValue)"
Ive always gotton it to work with command buttons that if the return value
was false, then the Server-side method behind the button would not execute.
But how can I do the same for a textbox with AutoPostBack set to true? It
performs the postback regardless if the return value was true or false.