1
Reply

redirect to other Page while click a button In MVC

Ask a question
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)