Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
755
Prompt user to save data while closing form
posted

Hi,

I am new to Infragistic Controls and forgive my ignorance if I am wrong.

in my form there are lots of control.i want to Prompt user to save data while closing form .but am not getting all the control .plz help me.i also attached my designer.cs file.

ConfigForm.Designer.zip
  • 469350
    Offline posted

    Hi Saroj,

    I'm afraid I don't understand your question. Typically, what you would do is use some sort of flag to track when something has changed. There's no way to do this in a global way, you would have to track it by handling events on each control and trapping any events that might cause something to change. Then when the form is closed, you would show a message to your users.

    It really doesn't have anything specifically to do with the Infragistics controls. So I don't know what you are asking.