Intersoft WebCombo Documentation
Walkthrough: Getting started with WebCombo.NET version 4.0 using SmartTag Designer
See Also Send comments on this topic.
Intersoft WebCombo > Learning More > Walkthrough: Getting started with WebCombo.NET version 4.0 using SmartTag Designer

Glossary Item Box

This walkthrough shows you how to getting started using SmartTag designer.

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 use SmartTagDesigner in WebCombo.NET Version 4.0

  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 WebCombo instance from ToolBar to WebForm.
  8. Click the SmartTag on the upper right of the WebCombo.



  9. In ChooseDataSource field you can choose DataSource that you want to use.
  10. In Display Member field you can set the DataTextField.
  11. In Value Member field you can set DataValueField.
  12. Run the project.

See Also