Hey,
You should use the Page.IsPostBack property:
http://msdn.microsoft.com/en-us/libr...spostback.aspx
To determine whether the page has actually been submitted or whether it has just been refreshed. Alternatively, once the user has clicked save, they are redirected to another page, just a thought.
Gary

