Advanced Forum Search Results
-
I have scenario where i have .xap file containing some files.
I have to download the .xap file and open the .xap file and have to fetch the files inside the .xap file. Once the files are fetched, I just want to read the contents of the file to some string variable.
Can any one let me know , how i can achieve this scenario using ...
-
Is it possible to download a .xap file and read the contents.
Actually i am planning to move all the xaml files to a .xap and make them to download and use them on client.
-
Hi
Is it possible to download and display dynamically .xaml files present in the server to a silverlight App.
I Just want to download or at least read the contents in xaml file present in the server, so that i can load them using xamlreader.load method and display the same as a UI Element inside my User control.
Can anyone help me ...
-
Hi All,
As per my requirement, I have to show columns Horizontally and rows Vertically. User will add Columns instead of rows. Can anyone let me know, how i can achieve this requirement.
Thank You.
Regards,
Vijay
-
How to restrict the user , not to change the SelectedTabItem based on some condition.
How can i restrict the user to remain in the same tab, if some condition fails, Otherwise we should allow him to go to other tab.