MonoSoftware is pleased to announce the release of
DynamicPopUp control for ASP.NET
http://www.mono-software.com/dynamicpopup.aspx
DynamicPopUp adds dynamic, interactive, highly configurable popup (tooltip)
window (using JavaScript and DHTML) to any ASP.NET Control on a Web Forms
Page which gets displayed when the mouse hovers over the control.
Key features:
- DynamicPopUp uses DHTML and JavaScript, and cannot be blocked by browsers
as standard popup windows commonly are.
- The functionality the DynamicPopUp adds to a Web Forms page is only
limited my a developer imagination.
- It can be used to simply display some static text to the user (the same
way the ToolTip property is used).
- Armed with Data and ActionTarget properties, the UserControl
(UserControlPath property) displayed in the popup can provide user
interactive, HTML rich, dynamic popup box.
- The DynamicPopUp class can be used on any container (Control).
- Add your own CSS to the DynamicPopUp for a unique look.
- Intellisense documentation
After you place an instance of the DynamicPopUp control on a Page, all
ASP.NET controls that inherit from Control will have a new property named
"PopTarget". PopTarget provides three properties a developer uses to
"design" the UI and the logic of the popup that will be displayed for the
control. Most importantly, the UserControlPath (the only property that must
be set) should point to the location of the .ascx file that will be
displayed when the mouse hovers over the selected Target (the control a
developer assigned the DynamicPopUp to). Additionally, if the Data property
is set, this value can be used to dynamically change the rendering (the
contents) of the user control. Finally, if ActionTarget (of type Control) is
set, and the User Control provided has any server side event causing control
on it, any postback action can refer the ActionTarget.
.................................................. ....
Zarko Gajic, CTO
Mono Ltd
Bihacka 1D, HR-31000 Osijek, Croatia
tel: + 385 (0)31 213 966
fax: + 385 (0)31 213 967
http://www.mono-software.com
.................................................. ....