asp:button to asp:imagebutton

This topic was automatically closed 365 days after the last reply. New replies are no longer allowed.
14 years ago
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!
14 years ago
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; }
14 years ago
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?
14 years ago
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.