Guest User

Untitled

a guest
Jun 18th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.14 KB | None | 0 0
  1. public ActionResult AddUser(FormCollection formvals)
  2. {
  3. //Check for existence of form values and save as appropriate
  4.  
  5. return View();
  6. }
Add Comment
Please, Sign In to add comment