Thanks, but I have solved it by using LINQ
jammmie999
Posts
-
Help Finding Content -
Help Finding ContentHi If My XML is:
<person>
<name>Sue</name>
<email>bob@example.com</email>
</person/><person>
<name>Sue</name>
<email>sue@example.com</email>
</person>In C# if I know bob's name how can I get his email address??? Thank You
-
Random Article buttonLike Wikipedia has a random article button, Code Project should get one. Site Suggestion.
-
Basic ServerCool Thanks for the links.
-
Basic ServerHi guys Can anyone show me where there are any tutorials on making a basic server in C#. Something that will run on port X and other computers in that network will be able to contact to the server and the server send a response (plain text). Thanks guys
-
Setup Project - Uninstall previous versionHi guys How do I configure a setup project in visual studio to uninstall a previous version of the product. Thanks
-
How to write in PHP [modified] -
Do something X timesHi Is it possible to do some code X times e.g.
//10 times
messagebox.show("Hello");Thanks
-
WebBrowser Selected [modified]A webbrowser does not support SelectedText
-
WebBrowser Selected [modified]Hi Guys. I am working on a HTML editor. How do I retrieve the code from the selected element. e.g. The user selects some text on the HTML editor, how do I retrieve the code
p> the selected text /p>
Thank you
modified on Thursday, May 28, 2009 6:32 AM
-
Custom ControlThank you
-
Custom ControlHi guys I am making a custom control/user control. How make mycontrol.dosomething(); fire an event and How do I handle event handlers Thanks
-
Windows MobileHi Your scripts picks my phone as being Mozilla based. (Its not its IE :-( as it is built in) I dont know if it is the light version I am seeing. I get a big green bar at the top that is rather annoying. I have not been redirected anywhere. (still on codeproject.com instead of for example mobile.codeproject.com or codeproject.com/mobile dont know if this matters) If I can find this forum post on my phone I will paste the script's code Thanks
-
Windows MobileHi guys I love the site. But I want to read articles when I am not at home. I have a windows mobile phone that I can use to access the site. But when I do the formatting is all messed up. Have you thought of making a lite - mobile version of the site. Still containing all the same articles of course. Thanks
-
Read XML using XmlTextReaderHi, I am beginning using XML. I can write to XML ok but I am having problems reading it in C#. What have I done wrong and how can I fix it. My code XmlReader Reader = new XmlTextReader(Property.Settings.Default.XML_Location); while (Reader.Read()) { if (Reader.Name == "Finished")); { listbox1.Items.Add(Reader.Name + " : " + Reader.Value); } } My XML page Thanks
-
C# wikiHi every one I hope that this is not classed as spamminb but I just started a c# wiki and wanted to let everyone know and I hope that you can contribute to it and when it grows you can learn from it. So thankyou for your support. http://www.c-sharpdevelopers.co.cc[^]
-
VSTO Excel Helppost the message in the c++ board
-
ftp treeviewHow do i dispaly the files and folders of a site in a tree view or simular format to windows explorer Thanks