HighTechTalks DotNet Forums  

DynamicPopUp for ASP.NET 1.0 Released by MonoSoftware

ASP.net Announcements microsoft.public.dotnet.framework.aspnet.announcements


Discuss DynamicPopUp for ASP.NET 1.0 Released by MonoSoftware in the ASP.net Announcements forum.



Reply
 
Thread Tools Search this Thread Display Modes
  #1  
Old   
Zarko Gajic
 
Posts: n/a

Default DynamicPopUp for ASP.NET 1.0 Released by MonoSoftware - 09-27-2005 , 10:25 AM






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
.................................................. ....



Reply With Quote
Reply




Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

vB code is On
Smilies are On
[IMG] code is On
HTML code is Off



Powered by vBulletin Version 3.5.4
Copyright ©2000 - 2009, Jelsoft Enterprises Ltd.