There is a label named "test" being generated from the .cs [C# code] with the text "data saved successfully". However, when I click the save button, I want to clear its text. Currently, I have 3 required field validators with messages [cannot be blank, cannot be blank, cannot be blank]. When the user clicks the save button, I need to clear the text of the label but still display the required fields validator message.
Does anyone have any ideas on how to solve this?
Thank you!