Popular Posts

Recent Posts

Get list items from SharePoint 2010 using Client Object model

Simple console application, which get data from SharePoint list and displays it. It’s very good solution if SharePoint is used as a storage of rates, catalogs, libraries etc. To use SharePoint Client model you should add references to Microsoft.SharePoint.Client.dll and Microsoft.SharePoint.Client.Runtime.dll in your solution. Read more»

.Net & C#

jQuery and UpdatePanel in Asp.net. How to make it work

When I created my first Asp.net web application with UpdatePanel, I wanted to use jQuery for some features. I wanted to make a button “transform”, and when you click it, the text in UpdatePanel became modified via Javascript. I used jQuery framework also here. Soon I found out that it’s not the simple task. Read more»

.Net & C#