How to add the 12 hive folder to the Sharepoint Project?
In Sharepoint 2010, 14 hive folders can be directly added to the Project. How is the 12 hive folders added to the project in MOSS 2007? I have created feature folder which i want to place in the 12...
View ArticleAbout Developing SharePoint 2013 Web Part on Visual Studio 2012
Hello All, I want develop a web part of sharepoint 2013 using visual studio 2012, but there is no templates of sharepoint 2013 for me to creat a new sharepoint 2013 project. What can I do? Or...
View ArticleHow to fetch Site USage Results from moss 2007 site using Web service?
I have exceuted below code but I am getting results like as below mentioned results section .I need results in XML format public static void GetUsageData() { string sourceUrl =...
View ArticleHow to determine a date when user became a member of sharepoint group?
Hi,I would like to ask , how can I programatically get a date when user became a member of certain group. Is there a simple way how to get this date from SPUser or SPGroup classes (e.g is this...
View Articlecall SharePoint user profile webservice in the SSIS package
I have to call SharePoint user profile webservice in the SSIS package. Please let me know how it will work and how it is different from calling any other web service. What points I should keep in mind...
View Articlehow to get permission and group name of a list item in a list by using object...
i have a list ,i want to display permission group and permission of that list item in object oriented programmingRamalingareddy.V
View ArticleCustom Views Reset to Default
Hey guys, I'm having trouble with a document library in one of my SharePoint subsites. The default content type is "Form"; I have a custom InfoPath form linked to the "New" button. I have the forms...
View ArticleSPServerRole always returning "Application" (SharePoint 2010)
Hello, We are trying setup 3 tier architecture for SharePoint 2010. We are configuring a Machine to be a WFE. After reading various blogs, we have kept only 4 services running on that Server. a)...
View ArticleWhere will be the code for "OK" and "Apply" button code for default tool pane...
Hi I want to know the which event is firing when we click the "OK" or "Apply" Buttons in default tool pane of webpart in sharepoint2010? i mean where will be the code of that buttons? could any one...
View ArticleWeb Analytic web part
Is there a way to display chart instead of list of url's( pages) in web analytic web part? Thanks,
View ArticleGetting Web Template using Configuration ID
I am able to get Web template by checking its ID, but we have ten's of web configurations within a web template so in short we have loads of web template id's with different configurations and Title....
View ArticleReading Xslt file with include/import xsl files in the same document library
Hi, I am new to sharepoint dev. I am trying to read an XSLT file which has references via <import> tags to other XSLt files in the same document library . I am using c# Xmlresolver...
View Articlesharepoint [user information list] column names
I am able to query the [User Information List] via code in Visual Studio but I cannot find the actual column names for the table. I can also work with this table via Access 2007 Linked to SharePoint....
View ArticleDraft Item Security Setting Programatically
Hi, I have created feature stapling to for my site, and i have created a list that needs to have a content approval. And the Item Draft Security should be for creator and owner. I have searched the web...
View ArticleSharepoint webservice to update the content type columns
IS there any way to add/update the columns of the custom content type to the default content type (DOcument) in a Sharepoint library using sharepoint web service.Regards, Aj...
View ArticleDeploy a WCF-Service on SharePoint
Hi, I want a WCF Service on a SharePoint, so everybody who uses the SharePOint can access this Service. Also a Silverlight-Application which is implemented in the SharePoint should use the WCF-Service....
View ArticleAttaching SharePoint mysite event handlers
Requirement: When user uploads anything in MySite document library it should be pushed in other main web-application. Can we attach event handler on My Documents of MySite for all users? Tariq Younas
View ArticleAccesing to sharepoint web services anonymously from Silverlight
I'm working in a MOSS 2007 public website, anonymous access is turned on, using Windows Authentication, and I've a Silverlight app that uses information from a public sharepoint list.I'm invoking the...
View ArticleUrgent: How to filter FPRPC response in sharepoint?
We have a project to filter file download from sharepoint. Our method is that we replace HttpResponse.Filter with our filter derived from Stream(see the code below) in PreProcessHttpRequest event of...
View ArticleSharepoint Web services to retrieve WebApplication settings
Hi i need to get SharePoint web application settings like threshold limit, maximum file size, blocked file types and out going email configuration using SharePoint out of the box web services.can we...
View Article