I am running a test where I click a button and the text on that button will change from Button1 to Button2, and it is not working. I have tried it with the AjaxManager and it does not work.
Protected Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Button1.Text = "Button2"
End Sub
Protected Sub Button1_Click(ByVal sender As System.Object, ByVal e As System.EventArgs) Handles Button1.Click
Button1.Text = "Button2"
End Sub