Click here to Skip to main content
15,908,013 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hi Friends,

Kindly help me for the below problem

I've added regular expression validator and required field vaildator for a textbox

When I clicked a button the validators are working well, but for textbox auto postback event the client side validation is not working.
The postback happens.

How to solve it.

Regards
Posted

Solved solution of your question

show alert message with Require FIeld Validation true on textbox[^]

Thanks
 
Share this answer
 
hi,

For textbox set
CausesValidation="true"
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900