G
Guest
I have a problem that is plaguing me. I have 3 controls on a very simple test asp.net page (button, textbox and requiredfieldvalidator)
The only modification to the aspx page was that i set the controltovalidate of the validator to Textbox1.
The form was posting back correctly until I add the validator. Now that i have added the validator clicking on the button no longer performs the postback. I have this same problem with another application also running on my localhost.
Just as fyi, I did install the post patch Q818803
What is going on?
thx
dave
The only modification to the aspx page was that i set the controltovalidate of the validator to Textbox1.
The form was posting back correctly until I add the validator. Now that i have added the validator clicking on the button no longer performs the postback. I have this same problem with another application also running on my localhost.
Just as fyi, I did install the post patch Q818803
What is going on?
thx
dave