Advertisement
Guest User

Untitled

a guest
Jan 20th, 2017
108
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.34 KB | None | 0 0
  1. @Html.BeginForm("Check", "Home", FormMethod.Post)
  2. <label for="username">Username :</label>
  3. <input type="text" name="username" id="username" placeholder="username"/>
  4.  
  5. <label for="password">Password :</label>
  6. <input type="password" name="password" id="password" placeholder="password"/>
  7.  
  8. <input type="submit" value="Submit" />
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement