When developing custom Sitefinity widgets, you want to make sure that the ascx file used for the display can be…

SharePoint Online | O365 | Azure | + legacy & productivity
When developing custom Sitefinity widgets, you want to make sure that the ascx file used for the display can be…
Working with textboxes on a page, you may find yourself wanting to submit the data as soon as the Enter/Return…
While working with an asp.net page in SharePoint 2007 (or, in any other situation where you get this error), when…
There’s very easy and practical way to deal with the need to get a user’s Username and ID when programming…
A funny thing happens if you’re using an empty Ajax Update Panel on your page/control definition in order to programmatically…
How to: Get a list of all computers on the domain add the following references: System.DirectoryServices System.Net System.Net.NetworkInformation The following…
There’s two ways to add data to the Application Cache. Notice that this is different to the Session cache in…
Embarrassing as it may be, I need to keep a note of the lifecycle of pages and controls cause, still,…
I started working with Sitefinity lately. An interesting CMS product that helps achieve a lot of functionality right out of…
If you have a Responce.Redirect(“urlToNavigateTo”) method in your try section of a try/catch clause, you will notice that the debugger…