Advanced Forum Search Results
-
Hi,
First, thank you for all of your replies and so sorry for my late reply . Let me clarify more about the problem.
It's quite simple but I don't know how it does not work. I create a SL project A which is hosted by the web application. And I have one more SL project B but just host by the HTML test page. In project B, I have a textbox. ...
-
Hi Nirav,
I have solved my problem by Sladapter solution.
Anyway thank you for your suggestion.
Thank you and Regards,
John.
-
Hi Sladapter,
Perfect!!!! Thank you!
Thank you and Regards,
John.
-
Hi,
I have the Page of SL2B2 project (host by HTML test page) contain some control with textbox inside. If I run this project, I can type unicode text to these textbox in the control normally. But when I put the Page of this SL project to aspx web page in application web, I can not type the unicode text anymore.
It's look like we press the ...
-
Hi Sladapter,
I really thank you for your solution. I have storage folder in my main project (web application) to store my images.
[quote user="sladapter"]provide absolute URL for the image.Source[/quote]
Sorry for my silly question but how can I create or provide absolute URL to set to imageDisplay.Source?
Thank you for ...
-
Hi,
I have my main project SL which is hosted by asp.net web application. I have a "uploadstore" folder in this project to store images.
In this solution, I add another SL project (which is hosted just by an HTML test page). I want to show the images in the main project folder in this second SL project. Here is my code:
In ...
-
Hi,I found out the error and fixed it.
Thank you and Regards,
John.
-
Hi,
I'm using WCF WebService in SL2B2 to upload an image file the user choose from OpenFileDialog.
It works fine.But When I call the UploadService to upload the image in SL, the e.Error threw an exception:
" The remote server returned an unexpected response: (404) Not Found "
Could you please explain to me what error ...
-
Hi,
Thank you so much for your helps!!!!
Thank you and Regards,
John.
-
Hi,
I am using WCF Webservice to transfer the data from Silverlight to ASP.NET.
I have some List<> variable like List<int> or List<string>. I got this error when I build my solution:
cannot convert from 'System.Collections.Generic.List<int>' to ...