Intersoft Support Center

Integrate with DesktopManager

WebScheduler has a strong integration with WebDesktop.NET. The WebScheduler itself is using the same WebDesktop runtime components for several user interface such as context menu, dialog box, button and more. The tight integration produces consistent look and feel across the entire Web application to deliver sophisticated and stunning user experience.

In this topic, you will learn how to integrate WebScheduler with DesktopManager.

To integrate with DesktopManager

  1. Create a page containing WebScheduler application and named it IntegratedScheduler.aspx.
  2. Create a page containing WebDesktopManager along with its desktop window.
  3. In WebDesktop's properties, set ContentMode to UseIFrame and ContentURL to ./IntegratedScheduler.aspx.

    <ISWebDesktop:WebDesktopWindow ContentMode="UseIFrame" ContentURL="./IntegratedScheduler.aspx">
    </ISWebDesktop:WebDesktopWindow>

  4. Run the project.
Previous Next