I have a view with a submit button. I also have a few ActionLinks on the view. Everything is function right now but I want to repalce the ugly button with an ActionLink to match the rest of the controls that are part of the view.
I'm new to MVC. So far, I tried converting the button to a link but I need to post the form, which an actionlink wont do without some other code.
Suggestions?