Guest User

Untitled

a guest
Apr 24th, 2018
72
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.17 KB | None | 0 0
  1. }
  2. public pagereference cancelButton()
  3. {
  4. Pagereference cnclbutton = new Pagereference('/apex/contactdisplay');
  5. cnclbutton.setredirect(true);
  6. return cnclbutton;
  7. }
Add Comment
Please, Sign In to add comment