Intersoft Support Center

Integrate to WebDesktopManager

WebNotification can be used in both stand-alone and integration mode. However, most of time developers will prefer to consolidate all menu instances in entire application to use one style definition. Thanks to the hybrid menu system which enables tight integration with desktop manager and allow developers to specify the menu styles at desktop manager level. In this tutorial we will see how to implement it.

  1. Create a page containing WebNotification control.



  2. Following are properties to be set in the WebNotification designer. Ensure the IntegratedToDesktopManager is set to True.

    Properties Values
    ServiceType WebService
    ServiceUrl WebNotificationService.asmx
    IntegratedToDesktopManager True
    Interval 20 seconds
    AnimationType Sliding
    NotifyWindowClickable True
    NotifyWindowURL http://dev2.intersoftpt.com

  3. Create a page containing WebDesktopManager control.
  4. Add a window and set ContentMode to UseIFrame.
  5. Set ContentURL to the page that contains WebNotification.
  6. Run the project.

Alerting Event with WebNotification

Theming UI with WebStyleManager

Previous Next