Click here to Skip to main content
15,894,017 members

Comments by wsc0918 (Top 3 by date)

wsc0918 21-Jun-13 5:23am View    
Reason for my vote of 5 \n Nice learn
wsc0918 17-Apr-13 3:49am View    
Reason for my vote of 5 \n Nice, but a little bug.
When upload file, FileStream can't use mode File.Create. You should use File.Open.
wsc0918 25-Oct-12 21:19pm View    
Hi,
I provide my solution when I want to re-save XmlDocument as follow:
System.IO.File.WriteAllText(@"C:\new.rdlc", XmlDocument.InnerXml);
Hope this us useful for you.