What's the difference between the following components?
<button type="button">Click Me!</button>
<asp:button ID="cmdAvancar" runat="server" >Click Me!</asp:button>
<input type="submit" value="Submit">
I say for example in properties, events, manipulation, click effects.
For example if I need to use the onsubmit event of Javascript all 3 will work?