Hari B

Hari B

  • NA
  • 139
  • 65.4k

redirect to other Page while click a button In MVC

Nov 18 2014 4:05 AM
Here i have code to redirect to other page like action link
 
<%: Html.ActionLink("Add Name", "AddNameToDatbase", new { ReleaseName = ViewData["ReleaseName"].ToString() })%>
 
so that i want to button instead of  link . if i click a button then goto AddNameToDatabase page
 
Please help me..
 
Thanks in advance 
 
 

Answers (1)