streamreader while reading a file
When a streamreader object reads a file with small content,it reads from the intial position to the
final position of the file. But when a word file with large content is read by the streamreader object,it does not return the full file content. Only the partial file content is returned by the streamreader. How do i overcome the problem.
Thanks in advance