Click here to Skip to main content
15,914,010 members
Home / Discussions / WPF
   

WPF

 
GeneralRe: to WPF or not Pin
Ed.Poore20-May-08 22:31
Ed.Poore20-May-08 22:31 
QuestionHELP! Pin
Jammer15-May-08 9:56
Jammer15-May-08 9:56 
QuestionRe: HELP! Pin
Jammer15-May-08 10:21
Jammer15-May-08 10:21 
AnswerRe: HELP! Pin
Jammer15-May-08 11:14
Jammer15-May-08 11:14 
Questionediting the listview in WPF Pin
member2715-May-08 2:12
member2715-May-08 2:12 
AnswerRe: editing the listview in WPF Pin
User 27100915-May-08 6:51
User 27100915-May-08 6:51 
QuestionHow Silverlight write data to XML file? Pin
tomalani15-May-08 1:57
tomalani15-May-08 1:57 
AnswerRe: How Silverlight write data to XML file? Pin
Michael Sync15-May-08 7:29
Michael Sync15-May-08 7:29 
You may know that Silverlight is running on the user's browser. (like Javascript and unlike ASP.NET)

So, it doesn't have the permission to write anything on the File System except Isolated Storage. The important question that I need to ask you back is ~~ where did you store the XML? or where do you want to store that XML file?

If you want to write the data into XML that is located in Server, you will need to use WebService for that. You need to invoke the webservice from Silverlight. Pass the data to webservice. write those data into XML from webservice.

Thanks and Regards,
Michael Sync ( Blog: http://michaelsync.net)


GeneralRe: How Silverlight write data to XML file? Pin
Michael Sync15-May-08 17:57
Michael Sync15-May-08 17:57 
QuestionComponent One WPF Grid with VS 2008 Pin
Arijit Manna14-May-08 21:30
Arijit Manna14-May-08 21:30 
AnswerRe: Component One WPF Grid with VS 2008 Pin
User 27100915-May-08 6:54
User 27100915-May-08 6:54 
GeneralRe: Component One WPF Grid with VS 2008 Pin
Arijit Manna15-May-08 21:15
Arijit Manna15-May-08 21:15 
GeneralRe: Component One WPF Grid with VS 2008 Pin
Arijit Manna22-May-08 22:15
Arijit Manna22-May-08 22:15 
QuestionWpf datagrid Pin
member2713-May-08 2:48
member2713-May-08 2:48 
AnswerRe: Wpf datagrid Pin
User 27100914-May-08 6:50
User 27100914-May-08 6:50 
GeneralRe: Wpf datagrid Pin
Feras Mazen Taleb30-Dec-08 22:17
Feras Mazen Taleb30-Dec-08 22:17 
GeneralRe: Wpf datagrid Pin
User 27100930-Dec-08 22:23
User 27100930-Dec-08 22:23 
GeneralRe: Wpf datagrid Pin
Feras Mazen Taleb31-Dec-08 3:41
Feras Mazen Taleb31-Dec-08 3:41 
QuestionTreeViewItem.MouseDoubleClick fires three times. Pin
Lutosław13-May-08 1:58
Lutosław13-May-08 1:58 
AnswerProblem resolved Pin
Lutosław13-May-08 2:02
Lutosław13-May-08 2:02 
GeneralRe: Problem resolved Pin
Mark Salsbery13-May-08 6:22
Mark Salsbery13-May-08 6:22 
GeneralRe: Problem resolved Pin
Lutosław14-May-08 14:46
Lutosław14-May-08 14:46 
GeneralRe: Problem resolved Pin
Mark Salsbery14-May-08 14:53
Mark Salsbery14-May-08 14:53 
GeneralRe: Problem resolved Pin
Lutosław14-May-08 23:10
Lutosław14-May-08 23:10 
QuestionDataBinding using WPF Pin
cbe_200813-May-08 0:24
cbe_200813-May-08 0:24 

General General    News News    Suggestion Suggestion    Question Question    Bug Bug    Answer Answer    Joke Joke    Praise Praise    Rant Rant    Admin Admin   

Use Ctrl+Left/Right to switch messages, Ctrl+Up/Down to switch threads, Ctrl+Shift+Left/Right to switch pages.