Development

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#

Concatenate SharePoint list items values

Most of all I use PowerShell for administration of SharePoint portal. But also I use it when I need to make some actions with SharePoint lists – get items, update items, remove items (link how to remove items) or to make report based on lists on SharePoint. Read more»

SharePoint

C#. Best practice for OleDBConnection

It’s a little example, or may be template, of correct code for work with MSSQL server using OleDbConnection. There are two parts you should remember about – connection string and OleDB commands. The most difficult part of this is the connection string. It took me a lot of my time until I studied how to […] Read more»

.Net & C#

Popular Posts