Advertisement
Guest User

Untitled

a guest
Aug 22nd, 2017
71
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.15 KB | None | 0 0
  1. public actionresult accionDeVista(Formcollection form)
  2. {if(x>0)
  3. {form["campo"].setfocus();
  4. }
  5. else
  6. {
  7. form["campo2"].setfocus();
  8. }
  9. return view();
  10. }
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement