Category: Silververlight
-
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 the…
-
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 hosted…
-
Silver Light 4.0 feature # Mouse wheel event
Objective In this article, I am going to give a basic introduction of Mouse wheel event in Silver Light 4.0. Introduction Silver Light 4.0 has been introduced Mouse wheel event. Now on mouse wheel event can be captured. And the event can be raised for any silver light control. In below image you can…
-
Silver Light 4.0 Feature #1 Printing Support
Objective This article will introduce New Printing support in Silver Light 4.0. Introduction Silver Light 4.0 add support to enable business application development. Printing support allows developer to print the Silver Light application itself. Printing support helps Formatting the content of the Printing. Specifying the content of the Printing. Choosing the Printer. How Printing support…
-
Silver Light 4.0 feature #2: Right click Mouse events [Context Menu]
Objective This article will give an introduction of mouse right click events on Silver Light controls. Silver Light 4.0 introduces context menu for all the controls. Right Click Mouse Event is added newly added feature in Silver Light 4.0. Design Create a Button on silver light page. <Grid x:Name=”LayoutRoot” Background=”Black”> <Button x:Name=”myButton” Width=”75″ Height=”40″…
-
Step by Step Installing Silver Light 4.0 beta
Objective In this tutorial , I will give step by step pictorial representation of installing Silver Light 4.0 Beta. Minimum Requierment Silver Light 4.0 beta can only be installed in Visual Studio 2010. Step 1 Install Silver Light 4.0 developer run time Link to dwonload Developer runtime is below, http://www.microsoft.com/downloads/details.aspx?FamilyID=9fa8afe9-cad6-4090-a7f6-7d9cdc560e2d&displaylang=en After downloading , just…