I have a view with a button. When the user clicks the button I want them redirected to a data entry view. How do I accomplish this? I should mention the views are created, t
You can easily wrap your button tag with tag.Using Url.Action() HTML Helper this will get to navigate to one page to another.
If you want to navigate with javascript onclick() function then use