|
Subject:
|
code of convert xml data type in string by C#
|
|
Posted By:
|
prafullaborade
|
Post Date:
|
5/24/2008 3:10:24 AM
|
hello i want code of convert xml data type in string by C# to show in datagrid
|
|
Reply By:
|
samjudson
|
Reply Date:
|
5/24/2008 7:34:48 AM
|
I'm sorry, I have no idea what you mean. Can you expand on what you mean, and perhaps give examples of your input and expected output?
/- Sam Judson : Wrox Technical Editor -/
|
|
Reply By:
|
Martin Honnen
|
Reply Date:
|
5/24/2008 7:49:38 AM
|
C# indicates you are using the .NET framework but it is not clear what "xml data type" you are using. It could be the DOM implementation in the .NET framework with System.Xml.XmlNode/XmlElement/XmlDocument, it could be the new LINQ to XML framework with System.Xml.Linq.XElement/XDocument, it could be the xml data type in MS SQL Server 2005 in some data base table you are talking about. So provide some details on what exactly you are using, otherwise we can only guess.
-- Martin Honnen Microsoft MVP - XML
|