Posts
 
Reputation
Joined
Last Seen
0 Reputation Points
Unknown Quality Score

No one has voted on any posts yet. Votes from other community members are used to determine a member's reputation amongst their peers.

0 Endorsements
~410 People Reached
Favorite Forums

3 Posted Topics

Member Avatar for ashu.innominds

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?

Member Avatar for kvprajapati
0
85
Member Avatar for ashu.innominds

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 …

Member Avatar for Momerath
0
168
Member Avatar for onlinessp

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 …

Member Avatar for ashu.innominds
1
157

The End.