Subscribe to Code Snippets
using System.IO; StreamReader sr= new StreamReader(FileNameAlongWithFullPath); txtFileContent.Text = sr.ReadToEnd(); sr.Close();
Hall of Fame Twitter Terms of Service Privacy Policy Contact Us Archives Tell A Friend