0
Answer

streamreader while reading a file

Ask a question
sudha karpak

sudha karpak

17y
1.7k
1
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