MessageBox for ASP.NET v3.0 Beta
Release Notes
04/30/2006
05/11/2006
06/05/2006
07/10/2006
07/11/2006
07/20/2006
03/08/2007
03/13/2007
1. Version informaiton
The v3.0 and v3.1 can be installed at the same machine.
The v3.1 are build by VS.NET 2005, only support ASP.NET 2.0, does not support 1.X.
The v3.1 are not available now, it will be available soon.
2. System requirements
Framework:
.NET Framework(ASP.NET) 1.0
.NET Framework(ASP.NET) 1.1
.NET Framework(ASP.NET) 2.0
IDE:
Visual Studio.Net 2002
Visual Studio.Net 2003
Visual Studio.Net 2005
Macromedia Dreamweaver MX
Visual Web Developer Express
Browser Compatibility:
Internet Explorer 6.0;
Netscape 7.0+;
Mozilla 1.0+;
Opera 7.0+;
Firefox 1.0+;
3. Fix bugs and new features:
- Fix bug that messagebox onclose event invoke twice sometime when popup=false
- Fix but that the Visible will not be set to false after onclosed event is invoked.
- Property name AlowExtent --> AllowExtent
- Fix javascript error when VBScript is defualt client script.
- Allow messagebox can also be dragged on the aspx page in if WebPage using FlowLayout.
(Only support GridLayout before.)
- If browser go back to a page contain a popup message box, the popup message box
will hide automatically.
- Support ASP.NET 2.0 and VS.NET 2005.
- Rename assembly name from MessageBox.dll to Bassilsoft.web.MessageBox.v3.0.dll
- Add property HideSelectControl
- Add property ImageDirectory and ResourceDirectory. Note in v3.1, ResourceDirectory
is not necessary because all resource are embeded in the assembly Bassilsoft.web.MessageBox.v3.1.dll.
- Support ~/ in ImageDirectory and ResourceDirectory
- Support Client side object model ClientSideEvent
- Add InputBox WebControl.
- [06/05/2006]Support XHTML 1.0.
- [07/10/2006]The position of the modal pop up dialog can be specified via the left,top,width,height properties. By default the values of left and top are relative to the upper-left corner of the browser client area. If you want the values are relative to the desktop, please add a prefix 'd', for example "d50px".
- [07/11/2006]Fix bug that the icon of the messagebox shows as a red X mark on VS.NET 2005 IDE environment if the web site is based on file system.
- [07/11/2006]To reduce confusion remove themes Default,Windows2000,WindowsXP and Banner. Support themes DefaultAlone,Windows2000Alone,WindowsXPAlone and BannerAlone .
- [07/11/2006]Support predefined variable $ImageDirectory$ in style. For example: background-image: url($ImageDirectory$/yourbanner.jpg)
- [07/11/2006]Fix bug that pop up message box created by staitc method could not show complete.
- [07/20/2006]Remove parameter parent from static method of MessageBox class and InputBox class.
- Build #69 [03/08/2007]: Add property CenterClientSide. If it is set to true, the
MessageBox control always show at the center part of client browser.
- Build #69 [03/08/2007]: Support .NET 2.0 Ajax UpdatePanel control. Now MessageBox
can recognize the UpdatePanel and works well in the UpdatePanel control to support
partial post back. You do not need add extra code line to let it work. MessageBox
support it automatically. You can check online example http://www.mywebfolder.com/MessageBoxWithAjax
.
- Build #73 [03/13/2007]: Fix the flicker problem that messagebox flashes first with the position set(left,top) and shows at center of client browser if set CenterClientSide to true.