T
Tony Johansson
Hello!
What is the difference if I use a ASP web control Button compared to if I
use a HTML Button.
Below is two example where the first row is using a ASP web control and the
second row is using HTML control.
<asp:Button ID="Button2" runat="server" Text="Button" />
input id="Button1" type="button" value="button" />
//Tony
What is the difference if I use a ASP web control Button compared to if I
use a HTML Button.
Below is two example where the first row is using a ASP web control and the
second row is using HTML control.
<asp:Button ID="Button2" runat="server" Text="Button" />
input id="Button1" type="button" value="button" />
//Tony