06-05-2012 08:55 PM
Hi,
I have a field in the Contact Detail Form. When user changed the content, I don't want the dirty form check to happen, then it will not show the message "unsaved data". How to ignore the dirty check?
Thanks a lot!
06-11-2012 10:39 AM - edited 06-11-2012 10:39 AM
Set the following in your load action to disable the dirty data warning:
ClientBindingMgr.UsePageExitWarning = false;