Implement Search Functionality
Any idea how to implement search functionality in ASP.NET
Currently we have search functionality in the website but it is limited. When user enter some ID or name, System will search in database and return results.
Requirement is, user enter any keyword, we need to look into html files (marketing letters) and if there are matches, we need to show those files with paging functionality.
Any help highly appreciated.
Thank you
|