Tuesday, April 5, 2022

TextWriter in ASP.NET for creating txt File

 

  1. using (TextWriter txt= File.CreateText (“myfile.txt”)  
  2. {  
  3.    txt.WriteLine (“Comments Started :”);  

No comments:

Post a Comment