View Single Post
  #1 (permalink)  
Old May 15th, 2008, 07:31 AM
tomalani tomalani is offline
Registered User
 
Join Date: May 2008
Posts: 1
Thanks: 0
Thanked 0 Times in 0 Posts
Default How Silverlight write data to XML file?

I'm a rookie of silverlight and currently use on silverlight 2 beta.
I have a problem about XML.
How can I write the data into the XML?
I have to create the dynamic navigation that have the admin part for admin login to edit contents. My navigation contents are created from XML file (this XML file not embed into XAP file) and include the element such as MenuName, Url, role, etc.
Now, my navigation can already read the contents from XML, but I can't write the data return to XML for edit my navigation.


Reply With Quote