I have to create a windows application using C# .net to
Modifiy the XML file. The application have to show the node
and node value. plz help me.

Answer Posted / tajas

hello first of all i am sorry that i posted it as answer.But
this is the exact same problem that i am having so i am here
to ask a question.I understood the code but the problem is
that i dont happen to have xml file in a physical location.I
have to read xml from website directly.How do i do that?Any
help is very much appreciated.

Is This Answer Correct ?    0 Yes 3 No



Post New Answer       View All Answers


Please Help Members By Posting Answers For Below Questions

Is comparable a functional interface?

507


Difference between call by value and call by reference in C#?

525


What is difference between association, aggregation and inheritance relationships?

498


What are the methods in c#?

530


How many kinds of elements an array can have?

477






How does the clr work?

503


What is the namespcae generally given to the webpage of the .NET Framework ?

604


In a C# class we have a SortedList member m_addinProjects we want to provide an iterator to allow the consumer of this class access to the items in the collection. Please provide an iterator method for the AnalyzeAddinsDLL class below and an example of how it would be used. namespace AnalyzeAddinsDLL { public class AllAddInProjects { private SortedList m_addinProjects; public AllAddInProjects() { m_addinProjects = new SortedList(); } } }

1816


When should I throw an exception?

558


Can a private virtual method can be overridden?

565


What does string format do?

479


What are desktop applications examples?

491


What is array and types of array in c#?

484


Can we inherit private members of class in c#?

583


Can we extend static class in c#?

483