Is it possible to change the style of an asp:linkbutton
to make it exactly resemble an asp:button
?
i.e.
An asp:LinkButton is rendered as a simple HTML A tag, so you could easily style it into whatever you wanted using CSS.
See this for more info: