Hi,
I got a CSS template from a buddy and want to assign it to my asp:button but while his example of
<button type ="button" class="btn btn-default" >LogIn<</button>
works fine the below one does not:
<asp:Button runat="server" class="btn-default" OnClick="LogIn" Text="Log in" />
Why is that?
Go to the complete details ...