sharepoint 2010 foundation signout issue
We deployed public facing site using SharePoint 2010 foundation, this site is accessed by both anonymous public user and internal user with Window authentication.By default the SP 2010's sign-out is...
View ArticleUploading File Attachment Into a Folder in a SharePoint Document Library...
HI all, I have created an InfoPath Form that has a File Attachment controller. This attachment controller upload attachments to a Folder in a SharePoint document library . This folder is created...
View Articleget splistitem by uniqueId
Hi,i've a simply question but i'm not abble to do this.I've a uniqueId of a spListItem and i'd like retrieve this one.I don't have the url of the file juste the url of the DispForm so i'm not abble to...
View Articleascending order CAML query
var objQuery = new SPQuery { Query = "<OrderBy><FieldRef Name='" + internalName + "' Ascending='TRUE' /></OrderBy><RowLimit>1</RowLimit>", Folder = list.RootFolder };...
View ArticleCustom Form with custom Display
Hi All, My requirement is as below. please provide a best solution with little codingI have 20 fields Title Name Number City State Profile ...... ..... ..... 20th filed 1. I need to create a custom...
View ArticleCustomized form opening in a dialog box
Hi All, I have customized a form for the Document library. after saving the details it is saved to document library however when i open any item it just opens the document name to edit instead of all...
View ArticleSharePoint Timer Job Not Updating List Items
The timer job is running and creates lists but when I try and add list items to the list I get:Additional information: The security validation for this page is invalid. Click Backin your Web browser,...
View ArticleHow to access webpart which is in unique permission site?
Hi All,I need to have list webpart in my subsite, that list webpart actually belongs to another subsite which have unique site permission.How to achieve this scenario?
View ArticleList approval workflow in sharepoint foundation 2010
hello,I need to create a approval workflow in sharepoint foundation ,whether i need to use designer or visual studio ,and if designer what are all options need to be used.thanks
View ArticleSite Definition
Hi friends,I need to create Site Definition for a SharePoint2010 site . The site has lists and webparts. How can i define all the fields of the list? How can i create the site definition using Visual...
View ArticleProcessBatchData - Fetching the error rows
Hi,I am using the ProcessBatchData to insert multiple records.In the Batch XML, I have added "OnError = continue".I am using the below code: private readonly string BatchXMLBanner ="<?xml...
View ArticleHow to get the number of decimal places configured for a site column
Hi,I have a column 'SampleNumCol' of type Number, the number of decimal places to be displayed is configured as 2. The column conatins a value, but when retrieved programatically is displayed as...
View ArticleSharePoint 2010 Incoming Email "Automatic" Mode
Hi,I am setting the incoming mail for my SharePoint 2010 farm. The scenerio will be implemented in intranet scope. The email will be received from the Exchange server for that we have created one...
View ArticleIs there a way to use REST service to query data from a forms collection?
I want to query and retrieve data from a SharePoint forms collection. I have a forms library that has multiple documents all being created using the same template.I need to query and retrieve data from...
View ArticleSpread the Love! Be our SharePoint 2010 TechNet Guru, this Valentine's
TechNet loves you! We love your contributions at TechNet Wiki sooo much that we give you more than just love in return...We give you NOTORIETY, GLORY... and VIRTUAL MEDALS!That's not all, this love we...
View ArticleWhere is my list template
I created a simple survey and saved it as a list template (no content). I can see this list template in my subsite when I go to create a new list.Now I am creating an event receiver that will create a...
View Article"Using" and SPRequest object was not disposed
Just trying to understand what is happening here. I have an event receiver that currently is not working (yet to find the bug). The code is incredibly simple and uses 2 "using" statements as per best...
View ArticleCreating field name programmatically
HI,I am trying to create a Note field programmatically. I have used the below code:string fieldtestComments = list.Fields.Add("InserttesterAdjustersCommentsHere", SPFieldType.Note, false);...
View ArticleSuggest me architecture model for SharePoint application development
Dear All, I am thinking of setting an architecture for my SharePoint application development, which is for an organization intranet development. Can anybody please consult me a good suitable...
View ArticleHow SQL Server is working for sharepoint development 2010
Dear All,What is the use of SQL Server database 2008 system in SharePoint application development?. I installed Microsoft SQL Server 2008 management studio database system for my SharePoint application...
View Article