How can I control the filling in of a text field with a correct date? In other words, as I fill in the field that only allows me to enter the correct numbers until the end. In this way, I do not have to validate the entire date entered since it is checked and only lets you enter the valid numbers at that time.
Currently I do it with "CompareValidator" but it tells me if the date is correct when I just entered it and I leave the focus of the text box.