N
Nam
I would like to implement a Search utility on my ASP.NET 2.0 application --
that would be running locally on user’s own computer -- much like the one
that Windows has. User would pick a folder on “their own local computerâ€,
type a text into a textbox, click on a Search button. A list of “HTML†files
containing the specified text would be displayed on a Gridview. User would
click on a file, the application would process the file doing what the
application is meant for
If possible, I would like to use some built-in .NET class or a component.
Also, I would not want to force a user to do some ground work (creating
search indexes etc. etc.) on their system.
Please advise.
Thank you.
that would be running locally on user’s own computer -- much like the one
that Windows has. User would pick a folder on “their own local computerâ€,
type a text into a textbox, click on a Search button. A list of “HTML†files
containing the specified text would be displayed on a Gridview. User would
click on a file, the application would process the file doing what the
application is meant for
If possible, I would like to use some built-in .NET class or a component.
Also, I would not want to force a user to do some ground work (creating
search indexes etc. etc.) on their system.
Please advise.
Thank you.