TECHNOLOGIES
FORUMS
JOBS
BOOKS
EVENTS
INTERVIEWS
Live
MORE
LEARN
Training
CAREER
MEMBERS
VIDEOS
NEWS
BLOGS
Sign Up
Login
No unread comment.
View All Comments
No unread message.
View All Messages
No unread notification.
View All Notifications
Answers
Post
An Article
A Blog
A News
A Video
An EBook
An Interview Question
Ask Question
Forums
Monthly Leaders
Forum guidelines
Pramod Bundela
NA
128
4.1k
How to search specific words in the text file in asp.net
May 15 2015 5:59 AM
Hello,
I read word file in my Application in asp.net and want to search some specific string in the word file . for example i want to search like as string "xxx yyy zzz" from "my name is xxx yyy zzz and i am a developer". I am search the word doc line by line and hence when I am looking for the search of a multi word string, I dont get the correct results sometimes as the occurance of the string may be split across two lines. At the same time, it is not possible to load the complete document in memory and search. What is an efficient way to search for a matching sentence( sequence of multiple strings ) in a paragraph using Asp.Net c#.
thanks
Pramod
Reply
Answers (
1
)
We have a asp web apps running on 2003 server with JRE. Now
web methods