| Articles |
Drag and drop items between 2 treeview controls in SilverlightSilverlight 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).Views: 841 | Posted by: Bh80prk | |
Bind to Parent Data context property in Data Template Item - SilverlightThis 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.Views: 929 | Posted by: Shahvimall | |
Working with Silverlight Datagrid ControlIn 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 DataGridViews: 10779 | Posted by: Niladri.Biswas | |
|
|
Invoke Javascript Methods from Silverlight ApplicationsIn this tutorial, we will see how to invoke Javascript function through Silverlight applicationsViews: 2675 | Posted by: Niladri.Biswas | |
Invoke Silverlight Methods through JavascriptIn this article we will look as how to invoke Silver light methods from javascriptViews: 2391 | Posted by: Niladri.Biswas | Votes: 1 | Rating: 4 out of 5 |
How to download and upload a file to the server in silverlight?In this article, we are going to learn how to work with Networking in SilverLight.Views: 15349 | Posted by: SheoNarayan | |
How to convert a Silverlight application to out-of-browser application?In this article, we are going to learn how to work with Out-of-browser application in Silverlight.Views: 3759 | Posted by: SheoNarayan | |
How to access a video and snap a picture from webcam in Silverlight?In this article, we are going to learn how to interact with Audio and Video devices in SilverlightViews: 4742 | Posted by: SheoNarayan | |
|
|
How to create a WCF RIA application that supports data filteration and paginations?In this article, we are going to learn how to work with WCF RIA Services in Silverlight.Views: 3479 | Posted by: SheoNarayan | Votes: 1 | Rating: 5 out of 5 |
How to create and consume WCF Service in Silverlight?In this article, we are going to learn about how to work with Services in Silverlight.Views: 6198 | Posted by: SheoNarayan | |
How to create and consume Web Service in Silverlight?In this article, we are going to learn about how to work with Services in Silverlight.Views: 5319 | Posted by: SheoNarayan | |
What are the different types of DataBinding and how to validate Data in SilverLight?In this article, we are going to learn about Different types of Data Binding Techniques in Silverlight and how to validate Data in SilverLight.Views: 3717 | Posted by: SheoNarayan | Votes: 1 | Rating: 5 out of 5 |
How to list the data using ItemsControl and set element binding in 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 SilverlightViews: 2686 | Posted by: SheoNarayan | |
Binding data to the Silverlight control by hard coding in XAML file and programmatically from the code behindIn 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.Views: 3950 | Posted by: SheoNarayan | |
How to read a local XML file in Silverlight and to read a XML file in Silverlight and bind its data?In this article, we are going to learn working with data in SilverLight.Views: 7746 | Posted by: SheoNarayan | |