How to start NotePad file in AsP.NET with code ?

 Posted by Chikul on 12/21/2009 | Category: ASP.NET Interview questions | Views: 5744
Answer:

System.Diagnostics.Process.Start("Notepad.exe");


Asked In: Many Interviews | Alert Moderator 

Comments or Responses

Login to post response