Forum Discussion

santoshinivuppa's avatar
santoshinivuppa
Occasional Contributor
10 years ago
Solved

Values typed in the text box but still message that values should be given

Hi,  I am currently working on ASP.Net application wherein in a particular text box when I give the value needed, It still gives me a message that values should be given at the time of play-back wh...
  • Colin_McCrae's avatar
    10 years ago
    When does the field check it's populated? Some applications/websites require that you tab out of the field (or hit enter, or whatever) before the value is actually passed back to be used.



    So if you are using keys or settext or something to enter a value, but not leaving/entering the field, it may not know the value is there and throw a validation error.