| Read a text file |
|
|
|
|
ASPX.CS C# - How to read a text file using System.IO; public partial class Page1 : System.Web.UI.Page { string line; StreamReader sr = new StreamReader(@"C:\TEXT.TXT"); while ((line = sr.ReadLine()) != null) { ... } } |
|
| Last Updated ( Wednesday, 26 September 2007 ) |
| < Prev | Next > |
|---|




Articles 



