ComponentOne Window for ASP.NET AJAX: Modal and Modeless Dialog Windows > Modal Dialog Windows

Modal Dialog Windows

A modal dialog window is a child window that must be closed before the user can continue working on the current application. Typically modal dialog windows either take control of the entire system or application displaying them until they are closed. For example, you can use a modal dialog window to retrieve login information from a user before the user can continue working on an application. To show a modal dialog window in JavaScript use the ShowModal() method.

Modal windows are useful in presenting important information or requiring user interaction. To add a modal dialog window programmatically, see Creating a Modal Dialog Window in Code.


Send comments about this topic to ComponentOne.
Copyright © ComponentOne LLC. All rights reserved.