Catalook: Change <asp:ImageButton to regular <asp:Button button
Last Post 06/16/2012 9:10 AM by sixfootjames. 0 Replies.
Author Messages
sixfootjames
Nuke Pro
Nuke Pro
Posts:69


--
06/16/2012 9:10 AM  
Hi Everyone,

I need to skin the wishlist and buy now buttons which currently look something like this.

[asp:imagebutton id="btnBuyItNow" cssclass="buy-now-btn" runat="server" imageurl="buy_it_now_%%CC%%.gif" /]

I am not a .Net developer but know that I need to change it to a regular submit button in order to skin this button. If I change it to this though,

[asp:button id="btnBuyItNow" cssclass="buy-now-btn" runat="server" onclick="submit" /]

Is there something else I need to do to be able to change that button?


Many thanks


---