Search Form Question (Newbie)
-
I am looking for a simple search form that a user enters in their search criteria then the script searches a DB for results and displays them on a new page. Any links to pages or help will be greatly appreciated. sk
-
I am looking for a simple search form that a user enters in their search criteria then the script searches a DB for results and displays them on a new page. Any links to pages or help will be greatly appreciated. sk
What kind if data you want to search If the data are in DB, then just read the data in dataset and display in different page. You can use GridView, Repeater or XSL to render the result in page. Let me know if any problem. :-D
Abhijit Jana | Codeproject MVP Web Site : abhijitjana.net Don't forget to click "Good Answer" on the post(s) that helped you. View My Latest Article
-
I am looking for a simple search form that a user enters in their search criteria then the script searches a DB for results and displays them on a new page. Any links to pages or help will be greatly appreciated. sk