Browser-based Dialog Control for ASP.NET
WebDialogWindow™ is an ASP.NET-based dialog window control. Designed to replicate the functionality of a traditional standard Windows Forms dialog window, the control allows you to popup both modal and non-modal dialog windows easily. Its flexible CSS-based styling capabilities and programmable common dialog behaviors let you add the dialog window user interface pattern to your ASP.NET applications.
Key Features at a Glance:
Modal or Modeless - The WebDialogWindow allows you to set whether the dialog behaves as a modal or modeless (non-modal) dialog would allowing you to better control the flow of your application.
Customizable Header - The WebDialogWindow displays a customizable header area into which you can place caption text, several buttons including such stand-by's as the close, minimize and maximize buttons seen in desktop applications.
Resizable - Just like a resizable dialog on the desktop, you can enable your end user to resize the WebDialogWindow at run-time.
Control Location - Cause the WebDialogWindow to display at the starting location in the page where you want it to appear.
Window State - WebDialogWindow takes care of remembering whether the user has minimized, restored or maximized its appearance.
AJAX-Enabled - Microsoft® ASP.NET AJAX Extensions 1.0 foundation encourages development teams to leverage native AJAX capabilities and script the control on the client-side.