I use .net RequiredFieldValidator control for those required fields validation, but I also need to verify fields using regular expression,and some other logic, so I also added OnClientClick event function to the submit button. But I found after adding the OnClientClick event, all requiredfieldvalidator validation events are not fired after clicking submit button. Why? if it is the mechanism, how can I use both of them?