July 2009 Blog Posts

SharePoint Getting Started

Few weeks back I saw a question in the Stackoverflow. The question was How to start learning SharePoint. Well at first it seem simple, I couldn't get an answer straight away. I did a Google but no luck all links I landed up was about some SharePoint books. The user who posted the question specifically mentioned that he doesn't want go through books to get the hold of it. Well I am of the same kind I hate going through 500+ pages books. Finally I answer the question on how I learnt SharePoint. Below is my answer for the question....

.NET 4.0 – Part 1

You should be aware that .Net 4.0 is currently in CTP and I am currently in process of exploring the new features in .Net 4.0. Channel9 have a good series of videos that will help you to get started. This is where I started my journey towards .Net 4.0. I would like to share all the learning I had from the above videos and additions to that I would like to share few items that I noticed during my learning. Altogether you will find information about .Net 4.0, ASP.NET Visual Studio 2010. How well it integrates with SharePoint & more....

A control with the specified ID could not be found within the scope of the current naming container : SPGridView – SPMenuField

Lately I was working on the SPGridView provided by SharePoint.One of the requirement I had was to have a column in SPGridView as a Menu one that is similar to ECB of the List items, it  was straight forward, refer to the Paul article for the example, though the example was targeted towards building Webpart and controls were created programmatically, converting it to work with UserControl is not a big deal, Visual Studio Intellisense will help you and Property names are pretty straight forward. While I was adding a SPMenuField there were couple of Properties of SPMenuField that drawn...

Promoting Properties – Expose InfoPath Fields as Site Columns

Well First Let me explain what does it mean by Promotion and Demotion Promotion    -    It means that you capture the value present in the document (*.xml or wordML or you can   write your own document parser) and expose it to the SharePoint document library as a Column. What you get out of it is that you have a synchronization of the Data between the document and Column of the doc library. (When you update the document it gets automatically reflected in the document library and vise versa.)  Demotion        -    It means...

Deploying InfoPath forms Using Features – the Right Way

A week back couple of my friends was asking is there a proper way to deploy the InfoPath forms to the server, Way other than File -> Publish - > SharePoint server with or without forms server. I did a quick search and was not lucky, came to a lackadaisical conclusion that there is no other way. But whenever I deploy workflows with InfoPath form I see a new solution that adds itself to the Solution Store. By this I know for sure there is some other way to deploy InfoPath forms. First thing want I wanted was to get...

THE LAUNCH !!!

Tags : personal, general It all started three+ years back a point of time when I was nurtured enough to find the information I wanted through Internet search, be it technical or general some way or the other I land up in a blog. Specifically that time SharePoint 2007 was in beta and there was very limited information over internet on the subject, As I saw most of the blog from the SharePoint Product team I was in a perception that blogs are meant to them, Later which I came to know about Blogspot which allows you to have...