Microsoft
Software
Hardware
Network
Question : loading xml data from DB
I have a column in a DB called
XML_room_design (nvarchar(max))
I need to do a select from the code and assign it to this piece of code
XDocument xDoc = XDocument.Load(pathToYourX
ml);
But i'm unsure how to do this
Can someone provide the code to fill in the gap please
thanks
Answer : loading xml data from DB
I think this was from the post I had before, sorry, I should have elaborated more. You can just use XDocument.Parse() to parse a string in.
http://msdn.microsoft.com/
en-us/libr
ary/bb3455
32.aspx
1:
XDocument xDoc = XDocument.Parse(yourObject.XML_room_design);
Random Solutions
SharePoint Document Library
How do i bind List<String> to GridView
how can i determine window size using javascript and then use it as table width and height ?
Export table in mysql using sql query
What is the best database method to use to create a networked workgrouped (not domain based) visual basic program?
LINQ problem, get data from var
Managing exchange 2007 through active directory
TSQL Query - retrieving data for use with virtual listview
HttpWebRequest Form Authentication Not Getting Past Login Page
Adding a parameter to Crystal Reports CurrentDate