Advanced Forum Search Results
-
Hi,
You can pass parameters to the functionvery easily.
Just write a WCF service that receives the parameters that you want.
Then, on the button click(or any other event ), using the service reference, you can make the call to that function asynchronously and pass the parameters i.e ...
-
Hi,
I faced the same problem while using Labels.
The problem is that the namespace(System.net) which contained the CookieContainer is now changed in silverlight 3.0. Do refer, in which namespace it is shifted to in 3.0 and use that namespace.
-
Hi,
You Paste the xaml.cs code so that we'll be able to help you.
And i would also suggest you to use WCF services rather than the asmx ones for better performance and also various advantages.
-
Hi,
LINQ will be used to access any kind of datasource(Collections,Generics, Databases). So you can use LINQ without using WCF.
Secondly, if you are using databases and you don't wish to use WCF then try using asmx services but without using wcf services, you will lose the essence of Silverlight of calling functions asymchronously.....
-
1. Paste ur entire xaml. It is an error due to namespaces.
2. The file remains over there only, I mean in the same folder. When u exclude it from project it is just removed from the solution explorer.
-
Hi,
You can try what the above post says and if it doesnt work then:
1. Create a parametrized constructor in the ErrorPage.
2. Pass the error message to the constructor when you create the object of that page( var Page = new ErrorPage(e.Message);
It will surely achieve what you want.......
-
Hi,
No need to delete the xap file. Do try cleaning the solution and rebuilding your solution.
-
Hi,
Rightly said by DarekD. Do check your database.
-
Hi,
You can use a stack panel or any container and add a ScrollViewer control from your toolbox in that.
-
Hi,
did u install the latest plugin??? If you haven't, uninstall the the silverlight plugin using control panel and install it from the microsoft's site.