I have a form with two text boxes. Once I enter the data and click the save button, I get a message in label: indicating that it saved successfully.
Then i am in the same form again, but when I click on the save button, I get a message telling me that it cannot be blank "as textbox value is empty this time" from the required field validator.
But I am still showing the message "data saved successfully," which should not happen. is there any way can after showing the message: data saved sucessfully. after 10 seconds. i can hide the label. are clear the value in tha label. sothati snt show the message How do I solve this issue?
Thank you.