Recent Posts

1
Comments

Developing custom field type for SharePoint 2010 by sreejukg

The ECM features of SharePoint 2010 are excellent. The best thing is the extendibility of the platform using SharePoint designer and Visual Studio. By default SharePoint includes field types such as Single line text, multi-line text etc. The following...
1
Comments

Walkthrough: Wizard control in ASP.Net by sreejukg

In this article I am going to explain about the ASP.Net Wizard control and how you can use it in your application. When there are large forms, the wizard control is a useful tool that helps the end user to fill the form quiet easily. When you have large...
1
Comments

SharePoint 2010: Missing new and edit options from the Site Menu by sreejukg

Recently one of SharePoint WCM client has reported that they were not able to update the site. All the edit/new/upload menu items were missing from the site. It was fine till the week before and suddenly it happened. I thought of publishing the steps...
6
Comments

New Request validation features in ASP.Net 4.5 by sreejukg

(This article is based on ASP.Net 4.5 developer preview, when the version is released there may be changes applied.) ASP.Net request validation is a feature that automatically protects ASP.Net applications from XSS attacks. Request validation in asp.net...
6
Comments

New HTML 5 input types in ASP.Net 4.5 Developer Preview by sreejukg

Microsoft has released developer previews for Visual Studio 2011 and .Net framework 4.5. There are lots of new features available in the developer preview. One of the most interested things for web developers is the support introduced for new HTML 5 form...
4
Comments

Create a List Definition in SharePoint 2010 using Visual Studio 2010 by sreejukg

In this demonstration, I am going to create a list definition using Visual Studio 2010. For the demonstration purpose, I am going to create a list definition for storing expenses, once deployed, the list definition can be used to create lists to store...
5
Comments

Developing SharePoint 2010 features using Visual Studio 2010 by sreejukg

Developers can extend SharePoint by creating new features. Using features developers can develop customizations and extensions that can be capable of automated deployment, management, un-installation and upgrading. SharePoint Feature allows developer...
2
Comments

Determine the version of MOSS 2007 installed by sreejukg

Recently I came across with an assignment to upgrade MOSS 2007 to SharePoint 2010. MOSS 2007 was already installed but no documentation was available. I asked the system administrator and he had no clue as he just joined the company. I need to know the...
1
Comments

Site Map Provider using custom business objects by sreejukg

Recently one of the project I was in a situation to build navigation for line of business data, the existing system available was fully designed as object oriented and it connects with some database other than SQL server. While thinking about showing...
Filed under: , , ,
10
Comments

Configure Forms based authentication in SharePoint 2010 by sreejukg

Configuring form authentication is a straight forward task in SharePoint. Mostly public facing websites built on SharePoint requires form based authentication. Recently, one of the WCM implementation where I was included in the project team required registration...
More Posts Next page »