Hi
In a web application , I need to create an aspx page(in C#) which can serach the files present on the server at the specified locations.
The search parameter may be the file name, extn name, location, fully or partly. The resulting file names should be displayed in a datagrid.
I am clueless about the functionality involved to create this search engine.
Can anyone help me?
In a web application , I need to create an aspx page(in C#) which can serach the files present on the server at the specified locations.
The search parameter may be the file name, extn name, location, fully or partly. The resulting file names should be displayed in a datagrid.
I am clueless about the functionality involved to create this search engine.
Can anyone help me?
Comment