Objective In this tutorial, We will fetch data from SQL Server database using LINQ and display that data in Silver Light, while we are following ASP.Net MVC Framework Step 1 Create a Silver Light application. File -> New -> Project -> Silver Light Step 2 To hosting SILVERLIGHT application there are three options available forContinueContinue reading “Silver Light with ASP.Net MVC Framework”
Author Archives: Dhananjay Kumar
Run Time Binding in SilverLight
Objective This tutorial will explain Introduction of Run Time Binding in SilverLIght Example to achieve run time binding. Explanation We are having an IPL class. A list objlist is there which is containing numbers of IPL objects. Our example will fetch data from that list and display in silver light control on click event ofContinueContinue reading “Run Time Binding in SilverLight”
Custom Panel in Silver Light
Objective Now it is time to get rid of default layouts of SilverLight. In this article, we will learn how to create a very basic custom layout and how to use that in SilverLight application. Step 1 Create a new Silver Light application. Step 2 Add a class in SilverLight application. Give any name forContinueContinue reading “Custom Panel in Silver Light”
Dependency Property
WPF introduces a new type of property called Dependency Property. This Property is backed by WPF property system. It is used for animation; enable styling, automatic data binding and more. It depends upon multiple providers for determining its value at any point of time. The biggest feature of Dependency Property is it’s built in abilityContinueContinue reading “Dependency Property”
Working with Radio Button control and Image in Silver Light 3.0
Objective In this article, I will explain couple of things step by step How to work with Radio Button control of Silver Light 3.0 How to Rotate Image in Silver Light Expected Output On selecting Radio Button Image will rotate in some angle. Procedure Create a Silver Light application by File -> New -> ProjectContinueContinue reading “Working with Radio Button control and Image in Silver Light 3.0”
File Upload from Silverlight using WCF
Objective This article will explain, How to upload a file from SilverLight client to server location using WCF. To achieve above task, follow the below steps. I am assuming here, that Reader has a basic concept of WCF Create WCF Service Consume in SilverLight client Follow the Steps below Step 1 Create and Host theContinueContinue reading “File Upload from Silverlight using WCF”
Radio Button in Silver Light 3.0 Data Grid
Objective In this article, I will explain how to put Radio Button as one of the column in Silver Light Data Grid. I will also show how to work with radio button as column of Data Grid. Procedure Create a Silver Light application by File -> New -> Project -> SilverLight then selecting Silver LightContinueContinue reading “Radio Button in Silver Light 3.0 Data Grid”
Progress Bar control in Silver Light 3.0
Objective In this article, I will explain couple of things step by step How to work with Progress Bar control of Silver Light 3.0 How to consume WCF service in Silver Light application when both are in same solution. Step 1 Create a Web Application. Give any name of your choice. I am giving nameContinueContinue reading “Progress Bar control in Silver Light 3.0”
WebGet and HttpWebRequest class
Objective This article will discuss about, different way of consuming HTTP enabled service (like REST).This article, will explain about WebGet and HttpWebRequest. Before reading this article, I will suggest readers to read my previous articles on REST, ADO.NET Data Service and Cross Domain issue on our site.Assumption Already REST service has been created and hostedContinueContinue reading “WebGet and HttpWebRequest class”
HyperLinkField in SPGridView using Moss 2007 Object model
Objective This article is going to explain How to work with SPGridView How to add HypeLinkField on a SPGridView. How to Put SPGridView on a web part. How to deploy the web part on a sharepoint site. Assumption I have a SharePoint list called TestingHyperLink. Columns of SharePoint list are as below. Name column isContinueContinue reading “HyperLinkField in SPGridView using Moss 2007 Object model”