Save Xaml to Server
Last post 05-06-2008 6:23 AM by a_di0229. 2 replies.
Sort Posts:
05-06-2008 2:35 AM
Save Xaml to Server

i have wirte a program that can let people to modify or create the Control over ie ,

but how can i get the xaml content after user modify, and send it to server ?

 

a_di0229

Joined on 05-06-2008
Posts 8
05-06-2008 3:47 AM
Marked as Answer
Re: Save Xaml to Server

There is no XamlWriter in silverlight, however someone tried to do it. See here http://weblogs.asp.net/mehrantoosi/archive/2008/03/03/silverlight-s-xamlwriter.aspx

It has been done for silverlight 1.1, you will need to try to convert to silverlight 2.

Thierry Bouquain
Ucaya
http://www.ucaya.com

thierry.bouquain

Joined on 05-06-2007
Nantes, France
Posts 224
05-06-2008 6:23 AM
Re: Save Xaml to Server

okay , so i should write a parser myself , but when i GetValue from a Path , the GetValue['Data'] , it return a PathGeometry , i can't get the really Data .

= =

a_di0229

Joined on 05-06-2008
Posts 8