Hi,
I have a Moss website with document library ,In that i have lot of docx files.Using dotnet application I want to search the content of those file.
example- I have 10 file named like - a.docx,b.docx.........
from that 5 fils have text like 'dotnetslackers'
so when i type dotnetslackers in text box ( asp.net application which is interacting with share point ) so i need the list of files which contains searched text.
Thanks in advance