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…
G Vijai Kumar
A quick look on WSS Out Of Box web services
Here I am going to show you how to create/delete site collection and create/delete list using WSS OOB webservices
Creating site collection Continue reading…
A quick look on Sharepoint object model programs
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 sub sites, lists, showing web apps etc. Continue reading…
Sharepoint hit counter web part
On 11th November, 2009 I have published the HitCounter webpart solution on to Codeplex
I have made the Hit Counter webpart very compact with minimum lines of code which generates user hits, before adding the webpart to the master page you need to create a Custom List name it as Statistics then create three columns in Statistics list as below: Continue reading…
Copy Sharepoint list items from one site to another programmatically
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 Continue reading…
Export SPGridView to Excel spreadsheet in Sharepoint 2007
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 Continue reading…
Retrieve current user profile in Sharepoint 2007
My last post was about Contact / Feedback webpart for Sharepoint 2007
In this post I am going to show you how to retrieve current user profile and show the properties like Title, First name, Last Name etc.
using Microsoft.Office.Server.UserProfiles.UserProfileManager() Continue reading…
Contact / Feedback webpart for Sharepoint 2007
On 12th November, 2009 I have published the Contact / Feedback webpart solution on to Codeplex
You can download the Contact / Feedback webpart from http://contact.codeplex.com/
Comments on this solution are very much appreciated 🙂
Thanks for looking into this
Copy Sharepoint document library files to another Sharepoint site very easily
In this post I am going to show how we can open a SharePoint site in windows explorer with the help of My Network Places available in Windows operating system (generally located on desktop)
The main advantage of this scenario is to copy document library files from one SharePoint site to another very easily Continue reading…

