Bean Software                                          Bean  Software Search Control

        Documentation
  Intro
  Properties and methods
  Tutorial
  Get it now
Support e-mail
 
     
 

Tutorial: How to add advanced searching features to your ASP.NET web site, Win32 or .NET application  


Bean Software Search Control is R.A.D tool and it is very simple for use. You need just one minute to implement advanced search features like boolean search, any word, all word or phrase searching.

To implement Bean Software Search Control, you need to follow these few steps:

  1. Add control to the Visual Studio Toolbox
  2. Drag control from the Toolbox to web form or
  3. Set properties to adequate values (details about every single property you can find on Help).
  4. Add Button Control and set it Caption to "Search"
  5. On Click event of that Command Button add code for connecting to database and add folowing code for SELECT query:
    SQLQuery = "SELECT SearchField1, SearchField2 FROM MyTable WHERE" + SearchControl1.getWhereClause

And that is all, enjoy in new searching features of your Web or Windows application! If you experience any problem with some of this steps, please contact us .