3
Reply

want to button instead of Link

Ask a question
Hello All,
 
     Here i Have Link i.e Action link. i want to button instead of Link. 
 
<%: Html.ActionLink("Add EHCU", "AddEHCUToRelease", new { ReleaseName = ViewData["ReleaseName"].ToString() })%></b>
 
so that same as like i want to button.
 
Thanks in advance 

Answers (3)