In my previous post you can view the most commonly used custom webparts, Tree View WebPart Shows Sites and Sub-Sites, Menu WebPart Shows Sites and Sub-Sites in Fly-Out Mode, Windows Media Player WebPart Continue reading…
MOSS – Object Model
Microsoft Office Sharepoitn Server
Most Common Custom WebParts Part 3 – Windows OR YouTube Media Player WebPart
In my previous post you can view the most commonly used custom webparts, Tree View WebPart Shows Sites and Sub-Sites and Menu WebPart Shows Sites and Sub-Sites in Fly-Out Mode
Now I got one more chance to continue the series of most commonly used custom webparts, so once again I come up with a simple Continue reading…
Most Common Custom WebParts Part 2 – Menu WebPart Shows Sites and Sub-Sites in Fly-Out Mode
In my previous post can view the most common custom webparts part 1
From last post I want to continue the series of most commonly used custom webparts, so once again I come up with a simple and small custom menu webpart shows all the sites and sub-sites of a SharePoint site in fly-out style Continue reading…
Most Common Custom WebParts Part 1 – Tree View WebPart Shows Sites and Sub-Sites
I desired to support most common custom webparts used by the SharePoint professional, so that these can be helpful for them.
A custom tree view webpart shows all the sites and sub-sites of a SharePoint site Continue reading…
Understanding SharePoint Property Bag Settings
Today my ex-coworker and friend ask me regarding SharePoint property bag, therefore I got an opportunity of posting this article on understanding SharePoint property bag settings.
SharePoint property bag is a good place where we are able to accumulate key and value like a couple, It’s a hash table. Continue reading…
A quick look on Sharepoint object model programs – Part 3
I have got the chance to post useful Sharepoint object model programs (part 3) with bare minimum lines of code and really handy even.
Please follow the link for a quick look on Sharepoint object model programs Part 1 and Part 2 Continue reading…
SharePoint Event Handlers – Asynchronous Vs Synchronous
There is a little puzzlement among Asynchronousand Synchronous events, however I believe after reading this article, there will be no place for confusion in your brain, the reason for that I go behind a childlike practice to memorize what is Asynchronous ? and what is Synchronous ? Continue reading…
A quick look on WSS Out Of Box web services – Part 2
In my previous post you can have a quick look on WSS Out Of Box web services – Part 1
In this post once again I want to update few WSS web service handy programs with minimum lines of code.
Before executing the code first of all add web reference http://servername:port/_vti_bin/Webs.asmx Continue reading…
A quick look on Sharepoint object model programs – Part 2
In my previous post you can have a quick look on Sharepoint object model programs – Part 1
Here, once again am going to post Sharepoint object model programs (part 2) with minimum lines of code and are really handy, which are actually most useful even. Continue reading…
Sharepoint list form generator
Today I am going to show you how to generate a list form dynamically as soon as you select the list name you can see the form generated for you with file upload field (attachment). I also know that there is an excellent solution Sharepoint Form Generator developed by Alon Havivi, but still I want to share with you, so that for some one the code may be helpful as a whole or part of it Continue reading…