asp:button to asp:imagebutton

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
Hace 14 años
Sorry to ask, but I am not that familiar with c#.

What would I have to do to change the add to cart buttons and other to make them a asp:imagebutton so I dont get that button look with my design.

Thanks!
Hace 14 años
line 29 in base.css

input, select, textarea, button { font-size: 1em; line-height: normal; width: auto; font-family:Georgia,"Times New Roman",Times,serif; }
Hace 14 años
I want to change it in the code behind. I am familiar with vb, but this is c#.

I know the front end looks like this.

<asp:imagebutton runat="server" imageurl="~/images/imagename.gif"></asp:imagebutton>

But whats the proper code for the code behind?
Hace 14 años
you only need to change the css styles for the buttons to change the look of the buttons, you don't need to change any code, c# or otherwise.

maybe I am not understanding your question?
This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.