I am doing a site in ASP.NET using vb and when I do refresh I delete the data from the textbox's and also wanted to clean what is written on the label Can you help me?
I'm using the code below and it's not working
Label10.Text = ""
The code must be in vb