i have generated 4 xml files from dataset ,how to save it into server folder
any one help me plz.......
Loading
Know the answer? Post it — somebody with the same question will find it here.
Sign in to answer this question
It is the same account you read, post and publish with — and you will come straight back to this page.
Abhimanyu K VatsaPosted May 4, 2011, 10:43 AM
Remember root directory should be accessible on remote server.
Dorababu MekaPosted May 4, 2011, 9:27 AM
Sample
StreamWriter Sw = new StreamWriter(Server.MapPath("~/Your file name", true);