Tips & Tricks for ASP.NET - C#

Google site Search
File and Folders
Stringpath="FILES/"+ddBA.SelectedValue;
Directory.CreateDirectory(Server.MapPath(path));
path=path+"/"+myDR["ID"]+".doc";
StreamWritermyWriter;
myWriter=File.CreateText(Server.MapPath(path));
myWriter.WriteLine("ID:"+myDR["ID"]);


Arvixe offers ASP.net hosting that's good for testing plugins. Here is a good arvixe review if you want to know more.

Comments
Write Comments
Name  
Email    
Comments  

Other Titles