I create a dialog with in .aspx. This dialog is to update something and show the progress and I want it close automatically when the update is done. So can I close the dialog from the c# code without clicking the "Ok" or "Cancel" button when something is done?
I opened this dialog using a self-made dialog class of my company. I put a "neatUpload" element into this dialog so it can upload some file from the client machine to the server. What I want to achieve is close the dialog when the uploading is done. I don't know whether it is possible or not.
Thank you