What is the HTML for the page? A required field validator simply checks if there is text in the textbox, if not, it will display the message. If you have an initial value in the textbox, and what to see if it has changed, the requiredfieldvalidator will not work.
|