I want to use image as login button, i set the button type as image & image url, But image is not showing its just showing a simple button. Help me in this regard.
[Note: I have converted login control to template]
<asp:Login ID="Login1" runat="server" Width="400px" LoginButtonImageUrl="~/App_Themes/Theme/login.png" LoginButtonType="Image" FailureText="Please Enter Valid User Name & Password.">
.
.
.
.
If you have convert it to template, then you must see all the html code that render the login control.
There locate the id =
LoginButtonand change it toImageButtonsomething like