Quick Links
ASP.NET Window Documentation - Control Properties
<%@ Register TagPrefix="owd" Namespace="OboutInc.Window" Assembly="obout_Window_NET" %>
Properties - Position And Size
Name
Description
Left
Gets or sets Left position of Window when Position property is set to CUSTOM.
Optional
oWindow.Left=200;
Top
Gets or sets Top position of Window when Position property is set to CUSTOM.
Optional
oWindow.Top=200;
Width
Gets or sets Width of Window.
Optional
oWindow.Width=400;
Height
Gets or sets Height of Window.
Optional
oWindow.Height=300;
MinWidth
Gets or sets minimum Width that window can be resized.
Optional
View example
oWindow.MinWidth=300;
MinHeight
Gets or sets minimum Height that window can be resized.
Optional
View example
oWindow.MinHeight=100;
Properties - Behaviours
Name
Description
VisibleOnLoad
Gets or sets whether Window will be open when page finishes loading
Optional
oWindow.VisibleOnLoad = true;
InitialMode
New
Gets or sets whether the initial mode of Window: normal or maximize. Default value is NORMAL
Optional
Allowed values are:
NORMAL
MAXIMIZE
oWindow.InitialMode = InitialModes.MAXIMIZE;
IsModal
Gets or sets whether background will be blocked when Window appears.
Optional
oWindow.IsModal = true;
IsDraggable
Gets or sets whether window can be dragged.
Optional
oWindow.IsDraggable = true;
IsResizable
Gets or sets whether can be resized.
Optional
View example
oWindow.IsResizable = true;
Properties - Displays
Name
Description
StyleFolder
Gets or sets folder that contain style of Window
oWindowManager.StyleFolder = "wdstyles/xpluna";
DebugMode
New
Set DebugMode to false will make Window not show error message.
Optional
oWindow.DebugMode = false;
Opacity
Gets or sets opacity level of window (0-100).
Optional
oWindow.Opacity = 90;
PageOpacity
New
Gets or sets opacity level page background when Window is in Modal mode (0-100).
Optional
oWindow.PageOpacity = 30;
ShowStatusBar
Gets or sets whether window will show statusbar.
Optional
View example
oWindow.ShowStatusBar = true;
Properties - Header Settings
Name
Description
Title
Gets or sets title of window.
Optional
oWindow.Title = "Hello world";
IconPath
Gets or sets path of icon in Window header.
Optional
oWindow.IconPath= "xp.gif";
ShowMaximizeButton
New
Gets or sets whether maximize button is shown.
Optional
oWindow.ShowMaximizeButton= true;
ShowCloseButton
Gets or sets whether close button is shown.
Optional
oWindow.ShowCloseButton= false;
Properties - Events
Name
Description
OnClientInit
Gets or sets javascript to be executed after dialog initiates
Optional
oDialog.OnClientInit = "alert('Init done')";
OnClientPreOpen
Gets or sets javascript to be executed before Window start opening
Optional
oWindow.OnClientPreOpen= "alert('Start opening')";
OnClientOpen
Gets or sets javascript to be executed after Window opens
Optional
oWindow.OnClientOpen= "alert('Window has opened')";
OnClientPreClose
New
Gets or sets javascript to be executed before Window start closing.
Optional
oWindow.OnClientPreClose= "alert('Start closing')";
OnClientClose
Gets or sets javascript to be executed after Window closes
Optional
oWindow.OnClientClose= "alert('Window has closes')";
OnClientDrag
New
Gets or sets javascript to be executed after Window is dragged
Optional
oWindow.OnClientDrag= "alert('Window has been dragged')";
OnClientResize
New
Gets or sets javascript to be executed after Window is resized by user
Optional
oWindow.OnClientClose= "alert('Window has been resized')";
Properties - Extras
Name
Description
EnableClientSideControl
Gets or sets whether the extra clientside functions such as windowalert() are available
Optional
oWindow.EnableClientSideControl = true;
RelativeElementID
Gets or sets the ID of element which Windows will have relative position to
Optional
View example
oWindow.RelativeElementID = "myDiv";
Properties - Content Settings
Name
Description
OverFlow
Gets or sets overflow property for Window
Optional
View example
Allowed value are:
HIDDEN
AUTO
SCROLL
oWindow.OverFlow = OverflowStyles.AUTO;
Url
Gets or sets Url which will be loaded into Window
Optional
View example
oWindow.Url = "http://www.obout.com";
"
I have to say that Obout is having Superb controls for asp.net, which I enjoy using in my project.
"
Sunil Chitrapu
New York City Department of Education
Random testimonial
All testimonials
obout.com
obout.com Home
News
Window Home
Window Home
Download
Site Map
Examples
- 9
Appearance
- 2
Live Styles
Window show
Dialog
- 4
Custom Alert
Update content
Update content with MS AJAX
With Grid
Integration
- 2
Window with Easy Menu
Window with Splitter
Client-side Window Extras
- 1
Alert window
Knowledge Base - 1
Knowledge Base
Documentation
- 5
Dialog
Server-side properties
Client-side functions
Window
Server-side properties
Client-side functions
ChangeLog
Tutorials
- 9
IsResizable
MinWidth & MinHeight
RelativeElementID
ShowStatusBar
OverFlow
Url
Control Window
Screen Center
Page Opacity
ASP.NET 2.0-4.0
AJAX Page
Calendar
Color Picker
Date Picker
File Upload Progress
Flyout
Grid
HTML Editor
Image Zoom
Listbox
Multilevel Listbox
Show
Spell Checker
Splitter
Super Form
Tab Strip
TreeView
Tree_DB
Window
Menu
Context Menu
Easy Menu
Slide Menu
Text Menu
Combobox
Combobox
AJAX Autosuggest
Multilevel Combobox
State Selector
Interface Controls
Button
Checkbox
Dropdown List
Multiline Textbox
Radio Button
Textbox
ASP.NET 3.5-4.0
Color Picker
File Upload
HTML Editor
Spell Checker
TreeView
ASP.NET MVC
Combobox
HTML Editor
Interface Controls
Listbox
Multilevel Combobox
Multilevel Listbox
State Selector
Download
Suite for ASP.NET
Customer log-in
Support
Knowledge base
Contact support
Install FAQ
Mailing list
Purchase
Purchase page
Contact Sales
License info
Terms of use
Company
Testimonials
Clients
Contact us