asp.net - Custom validator only fired on first button click? -


i have custom validator , other validators on page. whenever click submit button first time fires custom validator , when click button second time it's validating rest of validators. please let me know if have solution.

thanks

check page_load make sure not hiding or enabling after second call. had similar problem before , confused heck out of me until realized manipulating panel in page_load contained validator.

other that, need post code (your page_load , click event).


Comments

Popular posts from this blog

apache - Add omitted ? to URLs -

redirect - bbPress Forum - rewrite to wwww.mysite prohibits login -

php - How can I stop spam on my custom forum/blog? -