Try this:
StreamReader sr = new StreamReader (File.Open(Server.MapPath(filePath),FileMode.Open) );FileContent.Text = sr.ReadToEnd(); // FileContent is a text area controlsr.Close();