ADO.Net Interview Questions and Answers
<< Previous Question Next Question >>
 Question: 320 Page Views: 

Can you edit XML data using XPathNavigator created from XMLDocument class?



Posted By: Avi Date: 13 October 2010 04:29:48 PM
 Answer:

Yes


Posted By: avibtech


Date: 13 October 2010 04:29:48 PM
Post a better Answer if you have
 
(Will show your Gravatar icon)  
  Country flag

Loading
Enter the text as shown in the image sSpQsz
Related Questions
ADO.Net : How can you fill data set with multiple tables?

How can you fill data set with multiple tables?

Provide two or more queries separated by ; to SqlDataAdapter and use it to fill dataset.
Category: ADO.Net Date: 10/13/2010 5:21:47 PM
ADO.Net : Can you edit XML data using XPathNavigator created from XMLDocument class?
ADO.Net : What class should you use XslTransform or XslCompiledTransform for XSL transformations?

What class should you use XslTransform or XslCompiledTransform for XSL transformations?

XslTransform is newer, faster and have more options and should be used
Category: ADO.Net Date: 10/13/2010 4:29:48 PM
ADO.Net : How do you use LINQ to SQL?

How do you use LINQ to SQL?

DataContext db = new DataContext(“connection string”); Table<Orders> Orders = db.GetTable<O....
Category: ADO.Net Date: 10/13/2010 2:34:47 PM
ADO.Net : How do you use LINQ to SQL?

How do you use LINQ to SQL?

DataContext db = new DataContext(“connection string”); Table<Customer> Customers = db.GetTable....
Category: ADO.Net Date: 10/13/2010 12:07:48 PM