This walkthrough shows you how to getting started using SmartTag designer.
During this walkthrough, you will learn how to do the following:
- Use SmartTagDesigner.
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
- Launch Visual Studio.NET 2005.
- Click on File menu, then select New and click Web Site.
- Select ASP.NET Web Site in the Template box and set Location to HTTP.
- Named the Web Site and click OK.
- Right-click on Project's name and select Add New Item.
- Select Intersoft AppForm in the My Templates box and named it as Walkthrough.aspx.
- Drag WebCombo instance from ToolBar to WebForm.
- Click the SmartTag on the upper right of the WebCombo.
- In ChooseDataSource field you can choose DataSource that you want to use.
- In Display Member field you can set the DataTextField.
- In Value Member field you can set DataValueField.
- Run the project.