Click here to Skip to main content
15,902,777 members
Home / Discussions / ASP.NET
   

ASP.NET

 
Questionsubtract function Pin
Pankaj Garg30-Jun-08 22:19
Pankaj Garg30-Jun-08 22:19 
AnswerRe: subtract function Pin
Mark Churchill1-Jul-08 0:52
Mark Churchill1-Jul-08 0:52 
QuestionAccess Network Machine Pin
Rinki Mukheraji30-Jun-08 22:18
Rinki Mukheraji30-Jun-08 22:18 
AnswerRe: Access Network Machine Pin
eyeseetee30-Jun-08 22:21
eyeseetee30-Jun-08 22:21 
GeneralRe: Access Network Machine Pin
Rinki Mukheraji30-Jun-08 22:28
Rinki Mukheraji30-Jun-08 22:28 
GeneralRe: Access Network Machine Pin
eyeseetee30-Jun-08 23:11
eyeseetee30-Jun-08 23:11 
AnswerRe: Access Network Machine Pin
Abhijit Jana30-Jun-08 22:54
professionalAbhijit Jana30-Jun-08 22:54 
QuestionImages as Buttons for asp:button and asp:Login Pin
gottimukkala30-Jun-08 21:34
gottimukkala30-Jun-08 21:34 
Hi
I have an asp:Button for registering in my site and asp:Login to login in my site. For the both of the buttons, I want to have my images as background, so I put background: url(my image path) but still I am getting the same buttons in the page. Is there other way to get my images as buttons.

Here is my code for asp:login

<asp:Login ID="LoginForm" runat="server" RememberMeText="Remember me" TitleText="" RememberMeSet="True" TextLayout="TextOnTop" VisibleWhenLoggedIn="False" CreateUserText="Create an Account" CreateUserUrl="~/CreateUser.aspx" PasswordRecoveryText="Forgot your Password?" PasswordRecoveryUrl="~/RecoverPassword.aspx" PasswordLabelText="Password" UserNameLabelText="User Name" LoginButtonImageUrl="~/images/Login.png" LoginButtonText="Sign In" CssClass='loginBox'>
        <CheckBoxStyle HorizontalAlign="Left" Width="150px" Wrap="True" />       
        <TextBoxStyle Width="160px" />
        <LabelStyle HorizontalAlign="Left" Wrap="False" />
      </asp:Login>


thanks
AnswerRe: Images as Buttons for asp:button and asp:Login [modified] Pin
eyeseetee30-Jun-08 21:41
eyeseetee30-Jun-08 21:41 
AnswerRe: Images as Buttons for asp:button and asp:Login Pin
Sherin Iranimose30-Jun-08 22:05
Sherin Iranimose30-Jun-08 22:05 
QuestionWarning 'A null reference exception' Pin
BalasubramanianK30-Jun-08 21:28
BalasubramanianK30-Jun-08 21:28 
AnswerRe: Warning 'A null reference exception' Pin
eyeseetee30-Jun-08 21:34
eyeseetee30-Jun-08 21:34 
AnswerRe: Warning 'A null reference exception' Pin
Sherin Iranimose30-Jun-08 21:55
Sherin Iranimose30-Jun-08 21:55 
AnswerRe: Warning 'A null reference exception' Pin
Gayani Devapriya30-Jun-08 22:55
Gayani Devapriya30-Jun-08 22:55 
AnswerRe: Warning 'A null reference exception' Pin
Expert Coming30-Jun-08 23:15
Expert Coming30-Jun-08 23:15 
QuestionImages as Buttons for <asp:button and="" xmlns:asp="#unknown"><asp:login></asp:login></asp:button> Pin
gottimukkala30-Jun-08 21:06
gottimukkala30-Jun-08 21:06 
AnswerRe: Images as Buttons for Pin
N a v a n e e t h30-Jun-08 21:10
N a v a n e e t h30-Jun-08 21:10 
QuestionHide Image saveAs and other properties on mouse over Pin
Abhijit Jana30-Jun-08 20:38
professionalAbhijit Jana30-Jun-08 20:38 
AnswerRe: Hide Image saveAs and other properties on mouse over Pin
N a v a n e e t h30-Jun-08 20:57
N a v a n e e t h30-Jun-08 20:57 
GeneralRe: Hide Image saveAs and other properties on mouse over Pin
Abhijit Jana30-Jun-08 21:09
professionalAbhijit Jana30-Jun-08 21:09 
GeneralRe: Hide Image saveAs and other properties on mouse over Pin
N a v a n e e t h30-Jun-08 21:12
N a v a n e e t h30-Jun-08 21:12 
GeneralRe: Hide Image saveAs and other properties on mouse over Pin
Abhijit Jana30-Jun-08 21:18
professionalAbhijit Jana30-Jun-08 21:18 
GeneralRe: Hide Image saveAs and other properties on mouse over Pin
N a v a n e e t h30-Jun-08 21:23
N a v a n e e t h30-Jun-08 21:23 
GeneralRe: Hide Image saveAs and other properties on mouse over Pin
Abhijit Jana30-Jun-08 21:30
professionalAbhijit Jana30-Jun-08 21:30 
GeneralRe: Hide Image saveAs and other properties on mouse over Pin
eyeseetee30-Jun-08 21:45
eyeseetee30-Jun-08 21:45 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.