Link to home
Start Free TrialLog in
Avatar of rwallacej
rwallacej

asked on

Make hyperlink appear like a button

Hi
I need a hyperlink to appear like a button.  ( I have several buttons next to it that do code, I just want a hyperlink to look same)
I see the linkbutton control but it doesn't look like a button.
I tried response.redirect on a normal asp:Button but this doesn't akways work - not sure why
So how can I have a control that looks like a button

Thanks in advance for code
ASKER CERTIFIED SOLUTION
Avatar of TimCottee
TimCottee
Flag of United Kingdom of Great Britain and Northern Ireland image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of rwallacej
rwallacej

ASKER

thank-you