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
Yadagiri ReddyPosted Nov 19, 2014, 5:53 AM
then use the following code