If you use cross-page postback and javascript validation together, there is a chance that they can conflict. It is because user-defined validation can breaks the cross-page postback (which uses javascript as well to redirect to next page). Solution can be found here.