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