
| Visual Basic (Declaration) | |
|---|---|
Public Class WebNotification Inherits ISNet.WebUI.ISNetControl Implements ISNet.ICopyable, ISNet.IObjectState, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.Serialization.XmlSerialization.IXmlSerialize, ISNet.WebUI.IBaseISNetControl, ISNet.WebUI.IInfo, ISNet.WebUI.ILayoutSettings, IWebMenu, IWebMenuControl | |
| Visual Basic (Usage) | Copy Code |
|---|---|
Dim instance As WebNotification | |
| C# | |
|---|---|
public class WebNotification : ISNet.WebUI.ISNetControl, ISNet.ICopyable, ISNet.IObjectState, ISNet.IResetable, ISNet.Serialization.BinarySerialization.IBinarySerialize, ISNet.Serialization.XmlSerialization.IXmlSerialize, ISNet.WebUI.IBaseISNetControl, ISNet.WebUI.IInfo, ISNet.WebUI.ILayoutSettings, IWebMenu, IWebMenuControl | |
Using WebNotification you can notify new events to your end users in stylish and professional way, such as displaying new emails or alerting server maintenance process. WebNotification allows you to configure numerous visual effect settings such as the animation style, fading speed and more.
WebNotification communicates with a WebService or WebForm page provider through asynchronous call (a.k.a. AJAX) which is based on WebFlyPostBackManager component. WebNotification asynchronously retrieves new Notifications from server side in every certain time interval. The control can retrieves the Notifications from either WebService (asmx) or WebForm (aspx) page. The asynchronous process allows seamless data retrieval and ensures extremely fast communication between client and server since WebNotification returns only the events data in XML format, instead of HTML control rendering result.
WebNotification allows you to quickly create modern notifications with Outlook or Messenger behavior. Since that WebNotification is designed specifically for notifications purpose, WebNotification replicates every single details of behavior available in Outlook or Messenger.
System.Object
System.Web.UI.Control
System.Web.UI.WebControls.WebControl
ISNet.WebUI.ISNetControl
ISNet.WebUI.WebDesktop.WebNotification
Target Platforms: Windows 7, Windows Vista SP1 or later, Windows XP SP3, Windows Server 2008 (Server Core not supported), Windows Server 2008 R2 (Server Core supported with SP1 or later), Windows Server 2003 SP2
Reference
WebNotification MembersISNet.WebUI.WebDesktop Namespace
Tasks
Retrieving notifications from webservicetasks
Retrieving notifications from webform listenerIntegrating into WebDesktopManager
Using action context menu
Passing custom properties
Concepts
WebNotification Overviewconcepts
Understanding ConceptsWebNotification Features