Here's my problem...
I have a RFV control that will validate to make sure a textbox was not left blank. Once the user fills in the field they click Login and it should redirect them to another page. I have a button_Login javascript function that runs when the user clicks the button. Inside of that function I have a response.redirect to the other page. The problem is that when the validator controls are uncommented I never get redirected even though the textbox had a value. If I comment the validators then everything works correctly.
Oh and the javascript is set to run at server.
Any thoughts
I have a RFV control that will validate to make sure a textbox was not left blank. Once the user fills in the field they click Login and it should redirect them to another page. I have a button_Login javascript function that runs when the user clicks the button. Inside of that function I have a response.redirect to the other page. The problem is that when the validator controls are uncommented I never get redirected even though the textbox had a value. If I comment the validators then everything works correctly.
Oh and the javascript is set to run at server.
Any thoughts