Silverlight Articles (103) - Page 1

Articles posted by registered members of DotNetFunda.com. You can also post an article and win monthly prizes as well as gain community credit points.

103 records found.
 
Bh80prk
Drag and drop items between 2 treeview controls in Silverlight 
Last updated on: 15 Mar 2013 08:02:29 AM by Bh80prk | Views: 6658 | Category: Silverlight |
Votes: 1 | Rating: 5 out of 5
Silverlight provides drag and drop feature between any two silverlight controls. Assume that you have requirement list of employees loaded in one treeview control (Source) and drag one of the employee from Source to destination treeview control (selected).
Shahvimall
Bind to Parent Data context property in Data Template Item - Silverlight 
Last updated on: 09 Jan 2013 03:57:49 AM by Shahvimall | Views: 9201 | Category: Silverlight |
This article shows how you can bind to a property located in the data context of your parent which is not accessible to the data template item in silverlight, also as silverlight does not fully support 'relative source' is cannot be used.
Niladri.Biswas
Working with Silverlight Datagrid Control 
Last updated on: 14 May 2012 04:53:01 AM by Niladri.Biswas | Views: 56733 | Category: Silverlight |
In this article, we will look into some of the aspects of Silverlight Datagrid as a) Create a custom entity and bind to DataGrid through code using AutoGenerated Column On b) DataGrid binding by manually defining columns using Column Collection c) Paging in DataGrid using DataPager and PagedCollectionView class d) Displaying images in DataGrid
Niladri.Biswas
Invoke Javascript Methods from Silverlight Applications 
Last updated on: 16 Apr 2012 10:34:41 PM by Niladri.Biswas | Views: 10367 | Category: Silverlight |
In this tutorial, we will see how to invoke Javascript function through Silverlight applications
Niladri.Biswas
Invoke Silverlight Methods through Javascript 
Last updated on: 15 Apr 2012 04:36:56 AM by Niladri.Biswas | Views: 10530 | Category: Silverlight |
Votes: 1 | Rating: 4 out of 5
In this article we will look as how to invoke Silver light methods from javascript
SheoNarayan
How to download and upload a file to the server in silverlight? 
Last updated on: 12 Jan 2012 12:42:50 AM by SheoNarayan | Views: 53636 | Category: Silverlight |
In this article, we are going to learn how to work with Networking in SilverLight.
SheoNarayan
How to convert a Silverlight application to out-of-browser application? 
Last updated on: 10 Jan 2012 11:46:15 PM by SheoNarayan | Views: 13637 | Category: Silverlight |
In this article, we are going to learn how to work with Out-of-browser application in Silverlight.
  • SheoNarayan
    How to access a video and snap a picture from webcam in Silverlight? 
    Last updated on: 10 Jan 2012 12:06:26 AM by SheoNarayan | Views: 16912 | Category: Silverlight |
    In this article, we are going to learn how to interact with Audio and Video devices in Silverlight
    SheoNarayan
    How to create a WCF RIA application that supports data filteration and paginations? 
    Last updated on: 09 Jan 2012 12:37:37 AM by SheoNarayan | Views: 13267 | Category: Silverlight |
    Votes: 1 | Rating: 5 out of 5
    In this article, we are going to learn how to work with WCF RIA Services in Silverlight.
    SheoNarayan
    How to create and consume WCF Service in Silverlight? 
    Last updated on: 08 Jan 2012 08:46:22 AM by SheoNarayan | Views: 21773 | Category: Silverlight |
    In this article, we are going to learn about how to work with Services in Silverlight.
    SheoNarayan
    How to create and consume Web Service in Silverlight? 
    Last updated on: 03 Jan 2012 12:50:46 AM by SheoNarayan | Views: 23475 | Category: Silverlight |
    In this article, we are going to learn about how to work with Services in Silverlight.
    SheoNarayan
    What are the different types of DataBinding and how to validate Data in SilverLight? 
    Last updated on: 02 Jan 2012 02:34:00 AM by SheoNarayan | Views: 17159 | Category: Silverlight |
    Votes: 1 | Rating: 5 out of 5
    In this article, we are going to learn about Different types of Data Binding Techniques in Silverlight and how to validate Data in SilverLight.
    SheoNarayan
    How to list the data using ItemsControl and set element binding in SilverLight? 
    Last updated on: 31 Dec 2011 12:54:35 AM by SheoNarayan | Views: 11872 | Category: Silverlight |
    In this article, we are going to learn how to list the data in Silverlight using ItemsControl and how to set element to element binding in Silverlight
    SheoNarayan
    Binding data to the Silverlight control by hard coding in XAML file and programmatically from the code behind 
    Last updated on: 30 Dec 2011 12:18:51 AM by SheoNarayan | Views: 12052 | Category: Silverlight |
    In this article, we are going to learn the Binding of the Data in SilverLight by hard coding in XAML file as well as programmatically from the code behind.
    SheoNarayan
    How to read a local XML file in Silverlight and to read a XML file in Silverlight and bind its data? 
    Last updated on: 29 Dec 2011 12:39:15 AM by SheoNarayan | Views: 39467 | Category: Silverlight |
    In this article, we are going to learn working with data in SilverLight.