I have a XML file using Iso 8859-1 encoding. Every time when I try to put & character as Tag's value XMLDocument Reader throws Exception. How should I code & character as an ordinary data character
I would like to run SELECT SQL queries against DataTable's in my DataSet which has been initialized with ReadXml. Has anyone done this? What is the connect string, provider, etc? How?
Perhaps I'm using this wrong. When I use [System.Xml.Serialization.XmlIgnoreAttribute()] above an attribute I don't want serialized it ignores the attribute. It also ignores some other attributes. Have I done something wrong?
Just a little background info, I am working on a WinForms program that allows users to have an eletronic version of my catalog, since while they are actually looking at peices they need to buy they won't also have internet access and be able to go to the
Why is it practical to have the ASP.NET navigation controls based on XML? I would love to just use databinding and then be able to dynamically update the navgiation menu (e.g. for a product list). I tried to use a dropdownlist with hyperlinks for navigation (not the
is there a way to bind a menu control with a dataset without get this error? System.InvalidOperationException: HierarchicalDataBoundControl only accepts data sources that implement IHierarchicalDataSource or
what permissions does a windows service need to execute another process? System.Diagnostics.Process process = System.Diagnostics.Process.Start(info); just local administrator? any specific permitions?
I have a problem understanding what is happening when inheriting from XmlUrlResolver. Using standard settings (including the default XmlResolver) I can use a dtd given in the doctype for validation without problems.
What will be the solution and explanation for the following query? Pls suggest me w/ description... You have created an ASP.Net application using C# for ABC, Inc. The application must ensure that all flight bookings can be shared and
I want to load a local file into the XmlDocument cache. But when I'm not connected to the internet I get this exeption: "The underlying connection was closed: The remote name could not be solved." Has anyone an idea how I can avoid this exception?