Click here to Skip to main content
15,891,372 members
Everything / Silverlight / Silverlight3

Silverlight3

Silverlight3

Great Reads

by Colin Eberhardt
Rippling reflection effect with Silverlight 3's WriteableBitmap
by pierre poliakoff
A tutorial on how to write a Silverlight game based on the classical Pong game.
by Kunal Chowdhury «IN»
Communicate Between Two Local Silverlight Applications
by ManojKumar19
Server side logging for Silverlight applications using NLog 2.0

Latest Articles

by ManojKumar19
Server side logging for Silverlight applications using NLog 2.0
by User-Rock
Silverlight user control validation display techniques
by pierre poliakoff
A tutorial on how to write a Silverlight game based on the classical Pong game.
by Kunal Chowdhury «IN»
Communicate Between Two Local Silverlight Applications

All Articles

Sort by Score

Silverlight3 

22 Feb 2010 by Colin Eberhardt
Rippling reflection effect with Silverlight 3's WriteableBitmap
30 Sep 2011 by Abhinav S
These two links should surely help you out -http://msdn.microsoft.com/en-us/magazine/ee335695.aspx[^]http://blog.thumnet.com/silverlight-3-validation-dataform-control/66/[^]
31 Oct 2011 by Mehdi Gholam
You can use my engine here : hOOt - full text search engine[^]
2 Sep 2012 by Sandeep Mewara
There is nothing like expiration of a dll. DLL is just an assembly and does not have capability of 'expiring'.Sounds like you are in need of licensing. If so, There are different ways to achieve this:1) encrypted license files that contains the expiry dates etc.2) encrypted license keys...
28 Jul 2011 by MadhavJoshi
I have data service which has function which executes stored procedure(with no parameters intake and its not associated with any table when i do function import) but return type is string.I am able to see content of data when i access the function...
27 Jul 2011 by DominicZA
Ok, no code to help, but what you need to basically do is this:string myString = string.Empty;MyService.MyMethodAsync(); //It should append async to the method nameMyMethodCompleted += new Eventhandler(MyEventHandler);void MyEventHandler(object sender, MyMethodCompletedEventArgs...
1 Aug 2011 by MadhavJoshi
Atlast Did it without help of any services (WCF,ado.net data services,web services )Used webclient Asynchoronous method to get XML generated at specified url as string and made it work on Internet :)
16 Aug 2011 by #realJSOP
I'm not even sure that's possible with software, even if the photoshopping attempt isn't done very well. I suppose that if someone made it their life's work, and had unlimited time on a supercomputer, they might be able to do it. I suspect that if you're asking how to do it here, you probably...
16 Aug 2011 by Member 4217433
I am developing a silverlight application where in the loaded image needs to check whether it is photoshopped /manipulated using a software.please suggest me if you have any idea how can i check if the image is original or not?
17 Aug 2011 by H.Rajkumar Reddy
I have a product.pdf in my clientbin(silverlight) folder which contains detail about product on click of button just i want to open that pdf i used following code it's working fine locally after hosting it is giving HTTP Error 404.0 - Not FoundThe resource you are looking for has been removed,...
18 Aug 2011 by Dave Kreskowiak
Well, if it's telling you the file cannot be found, your code to build the Uri path is wrong. I'd look at the very first line of code you posted.
31 Aug 2011 by pierre poliakoff
A tutorial on how to write a Silverlight game based on the classical Pong game.
8 Sep 2011 by SanjeevSingh
Hello All,I am using VS 2010. I want to use silverlight. i have taken one project under silverlight option. I want to search all the printer installed on the local machine.I am trying to use System.Management but It is giving Error. Can any one please help me out to sort this...
8 Sep 2011 by Mehdi Gholam
SilverLight is sandboxed in your browser so you do not have access to all your hardware, and most of the full .net library.To see how to print, look the article : Silverlight 4: Printing Functionality
25 Sep 2011 by DuttaSandip4U
Getting an Exception "the remote server returned an error not found"public bool EndCreateProduct(System.IAsyncResult result) { object[] _args = new object[0]; bool _result = ((bool)(base.EndInvoke("CreateProduct", _args, result))); return...
25 Sep 2011 by DuttaSandip4U
Silverlight 3 service can access oracle database. If so please give me a example with service.
25 Sep 2011 by Mehdi Gholam
Check the following link : Get data from Oracle database in Silverlight app
30 Sep 2011 by DuttaSandip4U
I am using VS2008 and Silverlight 3. In a data form, I want to put some validation (like name can't be blank, age can't be
19 Oct 2011 by Amir Mahfoozi
did you read this :http://msdn.microsoft.com/en-us/library/ms750478.aspx[^]
28 Oct 2011 by daminjohny
How to save image in silverlight using sql server
28 Oct 2011 by daminjohny
How to save image in silverlight using sql server
28 Oct 2011 by Pete O'Hanlon
Strictly speaking, you normally don't save the image in Silverlight (unless you are using a client side database, but this defeats the whole purpose of having a database to store files). The way to do this is to have a WCF RIA service written at the website end which you reference in the...
20 Nov 2011 by ks ravi
hi, i'm planning to learn silverlight with visual studio 2008 tool. So could any one reply me advantages and disadvantages of Silverlight 3 applications.i heard that this applications run slowly in the browser.if my questions are not up the mark,forgive me.please reply for this.
20 Nov 2011 by koolprasad2003
http://justanothersoftwareengineer.blogspot.com/2008/12/silverlight-pros-and-cons.html[^]http://www.theregister.co.uk/2008/08/18/silverlight_pros_and_cons/[^]
17 Apr 2012 by Uday P.Singh
Try this:Consuming ASMX Web Services with Silverlight[^]hope it helps :)
30 May 2012 by Anubhava Dimri
Hello Everybody,I need a Charting Control for Showing the Result in Chart form in Windows Mobile 7.So Please suggest me the software or Location for that purpose.Thanks
20 Jul 2012 by PEIYANGXINQU
a time clock is like a indicator in a website on the top as 2012-7-21 15:05:20,and next second is change to 2012-7-21 15:05:21.How to create a user control whick is a time clock?I hvae a dll,but I try to change it to a project ,but I failed. The link is...
21 Jul 2012 by Christian Amado
You can't convert a dll into a project. The dll is a result from one previous project.In the other hand you can reference to the DLL that contains the control that you need.Hope it helps, but your question is fuzzy.Regards.
29 Aug 2012 by Christian Amado
These links may helps youExport Silverlight DataGrid to Excel XML/CSV[^]http://www.telerik.com/help/silverlight/gridview-export.html[^]For import, you can read...
2 Sep 2012 by PEIYANGXINQU
How can I make the dll from my project to expire in 7 days?I means after 7 days the dll can not be used!
19 Sep 2012 by DepiyaReddy
Hi All,I have been using .net chart control to display more than 10,000 points.Less than 5000,performance is good and fast but performance is very slow when it comes to plot more than 10,000 points.Also there is no client side zooming in web based chart control.I am new to silverlight and...
20 Sep 2012 by PEIYANGXINQU
When my mouse move to the chart area,I can get the real xvalue,yvalue immediately,How can I show then betwenn the mouse(just like a float window)?I set the tooltip,but when I drag one point and move,the tooltip can not work!So the other way may be float window,but how the make the float window...
29 Sep 2012 by Sandip.Nascar
Have a look to the following...
8 Oct 2012 by DepiyaReddy
Hi All How to bind a Silverlight chart control series with data retrieved from sql stored procedure.Thanks
16 Apr 2013 by Mahathy
How to hide or disable minimum and maximum button of a web form in Silverlight3.0?
29 Oct 2013 by normalsoft
Hi,I have created a silver light application. My question is silver control is not expanding with respect to the screen resolution. I have tried to set the width and height dynamically. but it is not working. Please help.Silverlight Code
26 Jul 2011 by Kunal Chowdhury «IN»
Communicate Between Two Local Silverlight Applications
28 Apr 2012 by ManojKumar19
Server side logging for Silverlight applications using NLog 2.0
22 Sep 2009 by Paul_Wade
Silverlight 3 out of browser
3 Dec 2011 by User-Rock
Silverlight user control validation display techniques
19 Oct 2011 by parashu durgam
how to redirect from hyperlink button to another silverlight page plz post me the code...
31 Oct 2011 by parashu durgam
hi every one,can you please send me the code for search engine.. it should be filter the every word..like google search.please help me,thank you..
17 Apr 2012 by aksiit001
Hi ,I have a sample app which is basically Temperature converter.I found a webservice exposed on W3schools(full link below:http://www.w3schools.com/webservices/tempconvert.asmx[^]Now,I want to consume /call its methods with one value of temperature(either f or c) given as the input...
29 Aug 2012 by PEIYANGXINQU
It is difficult because excel has 2003 and 2007 two kinds,Sometimes users may use 03 excel to export ,sometimes they may use 2007 excel to import! Can you give me some example that can both adapt to the two formats in 2007 and 2003 to export and import to gridview? Thank you!