I am validating my text box using custom validator but it becomes false after the validation event from code behind.
When Debug control move from custom validator event to the button click event Page.Isvalid becomes false, As it was true in custom validator event.
Please help me.