Advanced Forum Search Results
-
OK..This above issue was resolved after I changed the HTTP Header expiration to "Immediately" from 1 day expiration on the xap file in client bin.
[quote user="thomasgoes"]
When I launch my OOB App, it keep asking for Update available and downloaded, even nothing changed.
I always get the below response header everytime. ...
-
When I launch my OOB App, it keep asking for Update available and downloaded, even nothing changed.
I always get the below response header everytime. Even though the header has same E/Tag and LastModified TimeStamp, I keep getting Update available. I never see HTTP/1.1 304 Not Modified. Works locally and development server, but when I have it on ...
-
I Need Help!!!!!!!!!
If I have a application hosted on silverlight streaming server which calls a WCF service on a different domain, how should my policy file look like?
I want to restrict only from my silverlight streaming account. I do not want to have it open to all like:
<domain uri="*"/>
Can it be something ...
-
I have a Silverlight application that uses WCF service to get a list of Podcast URL's. The service just returns back the names and url's of mp3 files. I then bind that list to a listbox and use the ListBox selectionchanged event as source to media player.
The WCF webservice point to a html URL example : ...
-
Yes the button click event fires and I stepped through code. The only thing I noticed is the break point hits twice. No exception seen. the code just executes fine..but on the UI nothing happens. The length can vary from 100 to 2000 and its XML. and that is the reason I was looking for a xml veiwer or HTML Browser in iFrame.
-
Is there a way to have xml viewer in Silverlight? If we Bind XML data to TextBox ..its not same as XML Viewer.
Can XML data be exported to HTML browser window within Silverlight using Iframe?
-
this didn't work. Text gets highlighted for a fraction of second only once.Second time I click button.. nothing happens.
-
I have a TextBox that has more then 100 lines of Text. How can I give the user a Button or Something to click on to either Select or Copy all the Text in that TextBox so then the user can Paste it in Notepad and save it. Currently the user have to select all text manually and do ctrl+C to copy and then paste it in notepad and save the file on the ...
-
I cannot access the stackpanel inside ListBox. and I cannot give x:Name to anything inside the Listbox since this binded to ItemSource.
-
How can I access CheckBox inside ListBox.
<ListBox x:Name="myList" Width="180" Height="143" Template="{StaticResource MyListBox}">
<ListBox.ItemTemplate>
<DataTemplate>
<StackPanel Orientation="Horizontal" Width="180" VerticalAlignment="Top" ...