Intersoft WebDesktop Documentation
Walkthrough: Getting started with WebCallOut
See Also Send Feedback
Intersoft WebDesktop > WebCallOut > Walkthrough: Getting started with WebCallOut

Glossary Item Box

This walkthrough shows you how to use WebCallOut with "Hello World" as the text when user hovers the mouse to TextBox..

During this walkthrough, you will learn how to do the following:

 Prerequisites

In order to complete this walkthrough, you will need the following:

  • Visual Studio 2005 Application.

 Step-By-Step Instructions

To create new web application and display WebFishEye control

  1. Launch Visual Studio.NET 2005.
  2. Click on File menu, then select New and click Web Site.
  3. Select ASP.NET Web Site in the Template box and set Location to HTTP.
  4. Named the Web Site and click OK.
  5. Right-click on Project's name and select Add New Item.
  6. Select Intersoft AppForm in the My Templates box and named it as Walkthrough.aspx.
  7. Drag WebCallOut and ASP.NET TextBox instances from ToolBar to WebForm.


  8. Open Smart Tag and select Register SmartWebResources™ to register all images and scripts needed for the WebCallOut control.
  9. Right click on WebCallOut control and choose WebCallOut.NET Designer or you can go to WebCallOut's Properties by right clicking the control and choose Properties.
  10. Set the following properties:

    Properties Value
    Text Hello World!
    Title My First WebCallOut
    TargetControlID <TextBox Id>. For Example: TextBox1



  11. Save and run the project. When you hover to TextBox, WebCallOut will appear like following.

See Also

© 2012 Intersoft Solutions Corp. All Rights Reserved.