T
Tony Johansson
Hello!
If I drag a asp:button into the form this will be translated into a <input
type=button> when send to the client.
So therefore I can't understand why there are so to speak three different
kind of old HTML button.
<input type=button>
<input type=submit> is the same as <asp:button>
<input type=reset>
There is also this button that doesn't exist in the tollbox
<button>
</button>
So for example which asp control is this <input type=button>
and this <input type=reset> ?
//Tony
If I drag a asp:button into the form this will be translated into a <input
type=button> when send to the client.
So therefore I can't understand why there are so to speak three different
kind of old HTML button.
<input type=button>
<input type=submit> is the same as <asp:button>
<input type=reset>
There is also this button that doesn't exist in the tollbox
<button>
</button>
So for example which asp control is this <input type=button>
and this <input type=reset> ?
//Tony