Archive for category: MOSS - Object Model
Microsoft Office Sharepoitn Server
14 October, 2009 (15:49) | MOSS - Object Model | By: G Vijai Kumar
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 [...]
Tags: Custom Webparts, Sharepoint, Tool Parts | 13 comments
24 September, 2009 (13:11) | MOSS - Object Model, MOSS - Quick Look | By: G Vijai Kumar
Here I am going to show you that the actions which we perform normally with UI, those also can be done programmatically, the same thing I am going to show in this post, this post is mainly targeted for beginners those who are new to Sharepoint object model, a quick watch on programs to create [...]
Tags: Custom Webparts, Sharepoint, Webparts | No comments
15 September, 2009 (11:26) | MOSS - Object Model | By: G Vijai Kumar
On 11th November, 2009 I have published the HitCounter webpart solution on to Codeplex
You can download the Hit Counter webpart from http://hitcounter.codeplex.com/
Comments on this solution are very much appreciated
Thanks for looking into this
Tags: Custom Webparts, Sharepoint | 48 comments
25 August, 2009 (06:13) | MOSS - Object Model | By: G Vijai Kumar
In my earlier post, I have show you how to Copy items from one list to another, using Sharepoint designer workflow now we learn how to copy list items from one Sharepoint site to another site programmatically
Before executing the code I have created two Sharepoint sites, first is http://fivenumber:5/ and the second http://fivenumber:50/
I have also [...]
Tags: Custom Webparts, Sharepoint | 5 comments
28 July, 2009 (08:38) | MOSS - Object Model | By: G Vijai Kumar
In my last post I have show you how to retrieve current user profile in Sharepoint 2007, before that I have also posted on how to display custom list items in SPGridView
Today I am going to work on how to export SPGridView items into Excel spreadsheet in Sharepoint 2007
Most of the code I have used [...]
Tags: Custom Webparts, Sharepoint | 2 comments