Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

how to make button in asp.net to go to other page

<button type="button" onclick="location.href='@Url.Action("register","Home")'">Register</button>
Source by stackoverflow.com #
 
PREVIOUS NEXT
Tagged: #button #page
ADD COMMENT
Topic
Name
9+9 =