Loading Large Files
This example shows how to use RadToolTipManager with asp:ImageMap control.
When you open a tooltip and make a WebService request to load particular content in the RadToolTip, based on the current hotspot.
In this particular case we use the Northwind database to fetch the list of customer from a given country.
The list is populated in a Repeater and when you click on a customer ID, a RadWindow will be opened that contains the orders sent by this customer presented in RadGrid.
The WebService class for this example is named ToolTipWebService.cs and can be found in the demo's App_Code folder.