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…
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…
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…
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…
Objective In this article, I am going to show you; how to work with Web Browser control in WPF? We will be opening a web site (even a Silverlight Enabled web site in WPF application) in the new Web Browser…
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…
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…
Objective In this article, I am going to create folder inside a document library using the SharePoint object model or in other words using .Net code. Assumption I do have a document library called “My Documents”. I am going to…
Objective This article will show how to iterate through SharePoint document library and list out all the file names and bind the list to a drop down list. Working Screen When user will click on button name of the files…
Objective In this article, I am going to show how to use SPPersistedObject to save connection string in config database of web application. I will also show how to configure connection string using ADMIN UI. We really do not need…