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

jQuery clickable div with working mailto link inside -

java - Getting corefrences with Standard corenlp package -

WPF: binding viewmodel property of type DateTime to Calendar inside ItemsControl -