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
- Create a page containing WebScheduler application and named it IntegratedScheduler.aspx.
- Create a page containing WebDesktopManager along with its desktop window.
- In WebDesktop's properties, set ContentMode to UseIFrame
and ContentURL to ./IntegratedScheduler.aspx.
<ISWebDesktop:WebDesktopWindow ContentMode="UseIFrame" ContentURL="./IntegratedScheduler.aspx">
</ISWebDesktop:WebDesktopWindow>
- Run the project.