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 / bala
r u modifying the XML file by progm....
if u r modifying the xml by prgm means u have to specify
that excat XML path where it is located..
otherwise u can use static property
then u ll get it
| Is This Answer Correct ? | 7 Yes | 1 No |
Post New Answer View All Answers
What is dependency injection in simple words?
Explain what is an interface in c#?
What is or operator in c#?
How do you prevent a class from being inherited in c#?
Explain the difference between a Private Assembly and a Shared Assembly
How many types of namespaces available in version4?
What is a void c#?
Is it possible to inherit multiple interfaces?
Why is dll used?
What is difference between an reference type and value type in C#?
What is Asynchronous call and how it can be implemented using delegates?
Explain inheritance in c#?
How do I do a case-insensitive string comparison?
Differentiate between copy and default constructor.
Can an int be negative c#?