-
Good articles on updatelist. 1. http://panvega.wordpress.com/2007/09/15/consuming-listsapsx-webservice-from-sharepoint/ 2. http://blogs.msdn.com/harsh/archive/2006/08/03/687759.aspx
-
1. Set Output path of the projects (Project in which you are keeping webpart control classes) to the site bin folder. You can find the path by navigating to C:\Inetpub\wwwroot\virtual directory\port number\bin 2. Build the solution and make sure it is...
-
http://office.microsoft.com/en-us/sharepointtechnology/HA011608661033.aspx?pid=CH011711541033
-
I have a list of Projects in SharePoint called as "Projects" and list contains following columns: 1. Project Name 2. Project Manager 3. Status I want to make another list called "Project Milestones" where one of the fields in this...
-
<input id="ctl00_m_g_586e8380_969b_4279_b580_7006e04a96da_ASB_SS_scb_0_15" type="checkbox" name="ctl00$m$g_586e8380_969b_4279_b580_7006e04a96da$ASB_SS_scb_0_15" /> <table><tr><td id="tempTD">...
-
http://manageengine.adventnet.com/products/ad-manager/download.html Allows admin to add AD attributes, create new users with new attributes, eidt user template. ... Once user's new attributes have been created, the AD schema needs to be updated: http...
-
A tutorial: http://msdn.microsoft.com/en-us/library/cc300164.aspx Custom View and Forms http://blogs.msdn.com/sharepointdesigner/archive/2008/07/04/training-site-template-part-3-custom-views-and-forms.aspx
-
AdminTasks Administrator Tasks. Value = 1200. Agenda Agenda (Meeting). Value = 201. Announcements Announcements. Value = 104. Categories Categories (Blog). Value = 303. Comments Comments (Blog). Value = 302. Contacts Contacts. Value = 105. CustomGrid...
-
Click on Site Actions > Site Settings. Look under Galleries for List Templates. Click on that and then upload the .STP file to the gallery. Now go into Site Actions > Create and you should have the option of creating a library based on the list...
-
"The template you have chosen is invalid or cannot be found" I learned that you need to be very careful to avoid conflicts with IDs already used in Windows SharePoint Services. It is suggested to use UNIQUE values greater than 10,000 for the...
-
create a new list using a blank template - programmatically add the custom fields to the new list - Update the list to commit the addition of the new fields - Create a new view based on the default “All Items” view - Add the same custom fields to the...
-
First Way: In Central Administration > Application > Authentication Providers , check the "Enable Anonymous Access" checkbox for your site. Make sure the anonymous user (or Everyone if you're lazy) has read and script access to your...
-
From the root, --> Site Settings --> Permissions Click on "Settings" drop down. From there, click on the "Permission Level", it redirects you to the /_layouts/role.aspx?Source=..... Click on one of the permission levels that...
-
Feature: Different Features require different file formats, depending on the type of customization you are making. In most cases, a Feature.xml file contains a Feature element that uniquely identifies the Feature, specifies its scope, and points to an...
-
An error message saying "The imported project "C:\Microsoft.CSharp.targets". I had had this problem before, but I couldn't remember how I fixed it. I did a quick Google and nothing came up so I thought I would write a blog post about...