html button with action link
<input type="button" class="btn btn-info" value="Let's Go!" onclick="location.href='@Url.Action("Action", "Controller")'" />
html button with action link
<input type="button" class="btn btn-info" value="Let's Go!" onclick="location.href='@Url.Action("Action", "Controller")'" />
html button action
A form with two submit buttons. The first submit button submits the form data to "submit_data.php", and the second submits to "send_data.php":
<form action="/submit_data.php" method="get">
<label>Name:</label>
<input type="text" id="uname" name="uname"><br><br>
<label>Age:</label>
<input type="text" id="uage" name="uage"><br><br>
<label>Address:</label>
<input type="text" id="uaddress" name="uaddress"><br><br>
<button type="submit">Submit</button>
<button type="submit" formaction="/send_data.php">Submit to another page</button>
</form>
Copyright © 2021 Codeinu
Forgot your account's password or having trouble logging into your Account? Don't worry, we'll help you to get back your account. Enter your email address and we'll send you a recovery link to reset your password. If you are experiencing problems resetting your password contact us