I’m using DateTextBox from dojo library in my Web page.
After entering an invalid value manually in DateTextbox then submitting the screen, this value disappears :(.
My idea is to keep showing this value so that users can see which wrong value they have entered.
How can I do this?
Any help is highly appreciated,
Thanks in advance 🙂
thanks for your response and comments. I think what you should do is to make a new pop-up windows to hold message ‘Invalid date’ after clicking your submit button. Just what I did in my example, I makes a class and called ‘AlMessageBox.Show(this, “Invalid Date”). once I edit the date say ‘5/32/2011’ and then submit, there should be a pop-up window ‘Invalid Date’ then, When I click Ok the date I had entered ‘5/32/2011’ is still there.