m new to .net
m trying to create a text file or xml file in Smart device applications..
but its exists only till application is running.
stop and run application again. have need fill data in file again.
m new to .net m trying to create a text file or xml file
Share
If you show some code, then we could help more. Are you saving the file to the file system? Are you opening it with TextWriter, StreamWriter, File.Open()?