No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.
3 Posted Topics
Hello everyone... i am working on windows mobile application which i need to run continuously and in background .. can anyone help me.. how to do this?
Hello everyone .. I am new to c# technology.. I am trying to write an app which store some data in a xml file... I am getting System.NullReferenceException ... Below is the code [CODE] public void StoreFeedData(string title,Uri url) { XmlDocument xmldoc = new XmlDocument(); XmlElement rss = xmldoc.CreateElement("rss"); XmlElement …
Hello everyone i am also getting same kind of error... i m trying to write in xml file.. plz help me here is code [CODE] public void StoreFeedData(string title,Uri url) { XmlDocument xmldoc = new XmlDocument(); XmlElement rss = xmldoc.CreateElement("rss"); XmlElement rsstitle = xmldoc.CreateElement("title"); rsstitle.InnerText = title; rss.AppendChild(rsstitle); XmlElement rsslink …
The End.
ashu.innominds