Guest User

Untitled

a guest
Oct 16th, 2018
92
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.50 KB | None | 0 0
  1. public void SaveButton_Click(object sender, EventArgs args) {
  2. // Cannot insert here. Data not saved yet.
  3.  
  4. // Click handler for SaveButton.
  5. // Customize by adding code before the call or replace the call to the Base function with your own code.
  6. SaveButton_Click_Base(sender, args);
  7. // NOTE: If the Base function redirects to another page, any code here will not be executed.
  8.  
  9. // Cannot insert here either.
  10. // If data is saved successfully, the page is redirected. This code won't be executed.
  11. }
Add Comment
Please, Sign In to add comment