how to create a search utility in asp.net

Collapse
X
 
  • Time
  • Show
Clear All
new posts
  • sheenam luthra
    New Member
    • Sep 2011
    • 1

    how to create a search utility in asp.net

    i want to create a search utility in asp.net,please help me that how i should create and tell me coding also..i need it as soon as possible.
  • Frinavale
    Recognized Expert Expert
    • Oct 2006
    • 9749

    #2
    What is this search utility supposed to search?
    Your site's database?
    If so, when the user hits "search" you need to connect to the database and search for what they typed in. Check out this article about how to use a database in your program.

    -Frinny

    Comment

    Working...