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.
how to create a search utility in asp.net
Collapse
X
-
Tags: None
-
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