hallo all, I have some code in OnLoad() Event, that automatically fill at lookup attribute, but if i don't want save this record always appear prompt :
--------------------------- Windows Internet Explorer --------------------------- Are you sure you want to navigate away from this page? Your changes have not been saved. To stay on the page so that you can save your changes, click Cancel. Press OK to continue, or Cancel to stay on the current page. --------------------------- OK Cancel ---------------------------
above indicate contain any fields in the form have been modified, i try to set isDirty in form to false but not success. any idea for that prompt not appear again?