I am trying to develop a module in asp.net using C#.
I stored project's title, descriptions in SQL DB along with the supported files which can be .pdf,.doc,.xls etc formats.
I need to perform a search operation on all the entries in the tables along with the supported files(need to display the files if the searched key word is present inside a file).
How can I develop a search to achieve above functionality?