I need to change the text
of a label
side by Javascript and then reload the page
Follow the label code
<asp:Label runat="server" ID="ValorMax" Visible="false">10</asp:Label>
You need to put this javascript button
<input type="button" id="btn01" value="2" />
I need to click the id="btn01" button to change the value of Label id="ValueMax" from 10 to 20
It reloads the page