Help :asp.net2.0 button onclick event handle
Hi,guys, I am trying to use a button to check whether the register name is already registered or not , without submitting the whole form.
Now I have a problem: I use useSubmitBehavior and postbackUrl, so it firstly validate all other elements in the form , and I use requiredField in all other elements, so it need complete the form firstly , which doesn't meet my requirement , what can I do?
any sample code?
|