How to create search function for ASP.NET for a localhost?

fatty.bombom123

New member
I only need it as a search function for localhost website.
e.g. http://localhost:4667/...
means, if a person enters 'Contact', list of results will appear. (for example, 'contactus.aspx')

I tried using google API but that's for overall search. Custom google search engine will require a website.

FYI, (This is for school project. Won't be uploading it live)
 
Back
Top