J
JM
how do i get this error message to show up when i step out of the text
box, and disappear as soon as the error is corrected. right now it does
not validate until i submit the form, but this looks kind of odd becuase
i have other asp.net validator controls that error and correct them
selves as soon as focuse is gained or lossed on the control. I tried
puttin an onblur="CustomFunction" but that does not work becuase the
function expects this:
function ValidateForm(source, arguments)
so what do i pass for those two params, and is there a better way to do
this?
box, and disappear as soon as the error is corrected. right now it does
not validate until i submit the form, but this looks kind of odd becuase
i have other asp.net validator controls that error and correct them
selves as soon as focuse is gained or lossed on the control. I tried
puttin an onblur="CustomFunction" but that does not work becuase the
function expects this:
function ValidateForm(source, arguments)
so what do i pass for those two params, and is there a better way to do
this?