ok..no worries.
It worked. Thanks anyway just needed to put sch.WriteStartDocument(); before for loop
sch = new XmlTextWriter(filename, null); IO exception was unhandled. {"The process cannot access the file 'C:\\schedulers.xml' because it is...
Thats what I am asking I looped but i am getting error on follwoing line. It says its being in use IO Exception. XmlTextWriter sch = null; sch...
No..By above i wanted to say e.g. You have ListItem and you are adding different tasks to it and those tasks should also be added in XML file as...
I didnt understood what you mean? But my basic query was "how would you insert multiple items from listview in XML. Items which will be selected...
Ok I got the XML File working but how i would store more then one schedule tasks in XML file as in above it can add 1 task at one time. What will...
Yup It Worked .. Thanks
I am getting this error when i add xml code to my application. Basically I am trying to add listitems to XML file. private const string...
Got It Working...thanks Anyway
Hi Shabbir, I have one form which is login form which contains username and image browsing field. Now in Login.cs private void...
Its a game of two people so 2 people need to login and 2 images will be displayed on next form?
I created two List fields as on Login Form private List<string> imageList = new List<string>(); private List<string> username = new...
Separate names with a comma.