I am using the MaskedEditValidator control for a textbox field that contains Date of Birth. The textbox, MaskedEditExtender, and MaskedEditValidator are all in a panel which has visible=false when the page is first rendered. The record for the page is found and then the panel visible is set to true. The date for the textbox is a valid date but when the panel is first shown, the InvalidValueMessage is displays. However, if you click on the textbox then the message goes away. How can I keep the InvalidValueMessage keep from displaying when the panel is first shown if the date is valid?
|
feedback
|