Intersoft WebCombo Documentation
Walkthrough: Enabling AllowWildcardSearch
See Also Send comments on this topic.
Intersoft WebCombo > WebCombo Features Overview > Features Added in WebCombo 4 > LINQ to SQL Support > Walkthrough: Enabling AllowWildcardSearch

Glossary Item Box

This walkthrough will guide you to enable AllowWildcardSearch feature in WebCombo.

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 2008/2010 Application.
  • Microsoft.NET Framework 3.5.

 Step-By-Step Instructions

To create new web application and enable AllowWildcardSearch feature

  1. Continuing Walkthrough: Binding WebCombo to LinqDataSource, select WebCombo instance and open its smart tag designer.
  2. Simply check the Allow Wildcard Search checkbox.
  3. Save your WebForm and run the page to browser.

See Also