Click here to Skip to main content
15,887,746 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
Hey guys, i am planning to have a search facility in my website but i do not know how to make one. I have a text box and a button. I do not know how to start with it to be honest. The only code that I could give you is this:

Protected Sub Button1_Click(ByVal sender As Object, ByVal e As System.EventArgs) Handles Button1.Click


End Sub

End Class



Can anyone please help me. Thank you.
Posted
Comments
Nelek 15-Apr-12 17:36pm    
To be honest (and don't take it bad) you could have ended your question when you say "I don't know how to start", the code you provided is meaningless.
On the other hand...
you are not saying what you want to search for: Text on the site? Entries of a database? Whatever else?
you are not telling anything about your website that can help the people here understand or delimitate your requirements.
Please use the "improve question" and give usefull information.

1 solution

How to build the search a very much dependent on what you are search. Database, files, something else. You need to think about your solution and provide more details if you want any answer. Try starting with writing your requirements.
 
Share this answer
 

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900