Advanced Forum Search Results
-
I found a solution.
I did URL encoding (HttpUtility) and the problem was solved
-
Is there nobody who has a solution for this issue?
-
I've translation files from other applications that I have to update with silverlight.
I'm using the webclient: the languages I've to update are the Scandinavian languages, Italian, French, Polish etc....
but characters like à,ù etc are becoming "squares" in my database.
My code:
public ...
-
Thank you for your quick answer.
I didn't uninstall anything, because the installer did the uninstall from silverlight 2.0 tools.
I can create new projects for silverlight 3.0
-
Hi,
I installed all the tools for silverlight 3.0. I have a big project that was first made for silverlight 2.0. The conversion from 2.0 to 3.0 went well but when I want to open my web.config file in Visual studio 2008, visual studio crashes
-
Hi,
I want to pass my asp.net authentication cookie(".ASPXAUTH") to silverlight to get the userid and password. I need them to get some information from other tables.
Is there a secure way to do that?
Thanks
-
Thanks for your reply.
All the resx files are in the same directory and I have full access to them. That's why i can open the b2b.resx file. Strange i can't open the resx files with 2 dots like b2b.de.resx. Is it possible that IIS blocks files with 2 dots or is there another reason? Is there something in IIS where ...
-
Sorry, perhaps I didn't explain very well.
It is an admin tool and I have to update resource files from different asp.net 2.0 applications.
so I load the resx (xml files) and with the silverlight application i updated the resource files.
But i can only load the b2b.resx file and not the files like b2b.de.resx etc....
-
I have a silverlight admin application to edit resource files: the resource files are named as follows:
b2b.resx
b2b.de.resx
b2b.es.resx
b2b.fr.resx
b2b.it.resx
I can always open b2b.resx in a datagrid.
If I try to open another resx file like b2b.de.resx, b2b.es.resx etc..., which are stored in the same directory, I get the following ...
-
Hi,
I added an expander to my Page.xml.
But when I click on the expander i don't see the content.
Here is the code.
<controls:Expander Margin="3,3,3,3" Grid.Column="2" Grid.Row="1" ExpandDirection="Down" Header="Orders" FontSize="14" x:Name="exOrders" ...