Web Part Error: Invalid Web Part tag.
Hello , I have create a .aspx page . And add a webpart zone in it .in the element.aspx : <Elements xmlns="http://schemas.microsoft.com/sharepoint/"> <Module Name="Pages"...
View ArticleAdding today's forumla in sharepoint list
I am using sharepoint 2010 and I have created a list with multiple columns, I want to create a calculated formula based on the followingColumn A : Choice Menu complete/incompleteNeeded calculated...
View ArticleSharePoint 2010 REST Upload file
I am looking to upload a file into a sharepoint 2010 document library.1. Must use REST. (listdata.svc). I don't want to use CSOM or any other mechanism.2. Must use C# (no javascript).3. if possible,...
View Articleworking with web services i'm not able to get past this error: Access is...
Trying to work with the SharePoint web services from a win form app.The account I'm using to access the service has full control of the web app. testLists is a web reference pointing to...
View ArticleSSRS report with button to submit a list
Hello everyone, I'm not really good on the programming side but currently got a new future request..Here is the scenario, we have SSRS reports in SharePoint. Users would like to have a "Reviewed"...
View ArticleEvent handler for publishing the page in pages library in publishing portal
Hi ,I have a pages library which contains a few pages. The pages could be checked in and out. But they may not always be published.I have itemCheckedin event that i could use but that will fire at the...
View ArticleUpdating a custom field in ItemCheckingIn event of pages library of...
I have Pages Library of publishing web. In this pages library I have a content type that has a few custom fields.When ever a page is created and checked in in this library I want to send out an...
View Articlehow to create link of a document in a different library (in different site...
Hi,am trying to create link of a document in a different library (in different site collection) using SharePoint Link a document Content type approach. i have already tested this manually. As per my...
View ArticleSetting Master Page for Application Page
HI,I am using VS 2010 and SharePoint 2010.I have a Application page, which currently has the default.master set in the aspx pageDynamicMasterPageFile="~masterurl/default.master"Is it possible to...
View ArticleWhy is SPList.GetItems(SPQuery) returning always the same item to different...
Hi,I have this powershell code:$url = 'http://artemis/customers' #web URL $ctx = Get-SPServiceContext 'http://artemis' #site URL $scope = New-Object Microsoft.SharePoint.SPServiceContextScope $ctx $web...
View ArticleContent Search and not the document in SharePoint 2010
Hi,The requirement is : Search the content of documents by storing the data in a database-driven structure and get the search results in a grid view with data in different columns. My questions are...
View ArticleSPListCollection how to programmatically get SPList items according to user...
Hi, I'm writing a Web Part that generates a menu from a SPList. Something like this: SPListItemCollection menuList = mySite.Lists["Menu"].Items; foreach (SPListItem menuItem in menuList) {...
View Articlesharepoint 2010 wcf using rest api for list item insert
hello,I nee to use wcf services in c# using rest api to insert item to a list ,how can i do that and as well as i am going to use for loop to insert items one by one but if accidently intranet...
View ArticleMove subsites site to site collection site
hello,I am having a subsite http://hostname/sites/sitecol/subsite/subsite1 and i need it to be moved to site collection subsitelike this http://hostname/sites/sitecol/subsite1 .how it can be done.thanks
View ArticleReferencing subsite Masterpage in Application page
Hi,I have a application page, where I have deployed it in the Parent site.I have a subsite. In the subsite Masterpage gallery, I have a custom Master page.I want to set the Custom Master page to this...
View ArticleErro deploying BDC model
I got an error in Visual Studio 2010: "Error 1 Error occurred in deployment step 'Add Solution': There is no default Business Data Connectivity Service Proxy available for the given SPServiceContext."...
View ArticleSetting Task status to InProgress Programmatically
Hi,I am using VS 2010 Sequential workflow.I am trying to set the workflow status to InProgress, but not able to. I have tried for approve and reject as below which works fine, but how to set the...
View ArticleHow to Access users from Sharepoint group using sharepoint web service?
Hi All,I have to get all sharepoint user from specific Group in my ASP.NET Web Service. For that, I am using sharepoint web service :i.e.http://<Site>/_vti_bin/usergroup.asmxMy Code is as...
View Articleprovisioning doc libs, splists on the fly using wsp
hi, i have a requirement to create multiple [ num. > 15 ] document libraries in some 20+ sub sites in few site collections.how can i automate this process. i dont think,creating the doc libs and sp...
View ArticleQuestion about limitation of provider-hosted apps: Is it possible to make...
Hi,It's understood that when making update or create requests we need to include the request digest value for security reasons. From what I have researched, there is no way to get a valid request...
View Article