Questions tagged [sharepoint-2010]

For SharePoint-specific questions, please see the SharePoint Stack Exchange site at https://sharepoint.stackexchange.com/

SharePoint 2010 is a Server Product from Microsoft. It is a Application Development Framework that helps you to create Web Applications in no time. It is used for collaboration, web publishing and file sharing as well as providing a rich set of functionality (content management, search, wiki, blogs, etc.). Sharepoint 2010 can also present information from Enterprise Information Systems (EIS) and handle complex workflows.

8481 questions
2
votes
2 answers

Edit,delete,update operations in SPgridview in sharepoint 2010 using Webparts

I have a list in my SharePoint site with name "Empdetails" and having columns (EmpName string, Empaddress string). I have to bind the list data to the SpGridview with edit, delete, update functionality. I am able to bind the list data to gridview…
user1716577
  • 29
  • 1
  • 7
2
votes
1 answer

Get current sharepoint user id inside a web part

I am trying to access the currently logged in user when an event fires in a web part. I would typically think to do this with: SPContext.Current.Web.CurrentUser and specifically, to get the ID (what I…
mikeds
  • 187
  • 3
  • 11
2
votes
0 answers

Sharepoint 2010 every domain user logged in show system account instead of domain\user

After my SharePoint Foundation recovered from "Cannot connect to the Configuration Database ". I found my Sharepoint site collection got some exceptions. When I try to log in with a domain user account, I find the right corner display states "System…
2
votes
2 answers

SharePoint unique values from lookup

I have a list with a lookup column that is getting "Created" dates from another list, but I only want the unique date values. Is there a way to get this data or to create a calculated column with unique values?
James
  • 1,447
  • 3
  • 16
  • 30
2
votes
1 answer

AfterProperties and BeforeProperties in managedmetadata fields returns different strings depending on language

I have a managed metadata column in a list. With values in English: Brussel in french: Bruxelles. I need to compare in the ItemUpdating event the before and after properties. I know that the before cant be used because it will return null in the…
Luis Valencia
  • 32,619
  • 93
  • 286
  • 506
2
votes
1 answer

Reducing content indexing impact on SharePoint Server 2010

I am trying to answer a question for one of my certification exams which is as follows: You have a SharePoint Server 2010 Service Pack 1 (SP1) server farm. You have a front-end Web server and an application server. You discover that when the…
2
votes
2 answers

How to programmatically determine if anonymous access is enabled for a SharePoint 2010 Web Application?

In Central Administration\Manage Web Applications, there is the ability to enable anonymous access on a web application through the authentication providers. Is there a way to programmatically determine if this option is enabled? Thanks!
athom
  • 1,257
  • 4
  • 13
  • 30
2
votes
2 answers

Sharepoint newbie: How to create time entry dashboard?

My boss has asked me to look into setting up a copy of sharepoint on our server and creating a dashboard that allows employees to view their tasks, punch in/out, etc. At this point, I have VERY little experience with sharepoint. I've seen…
2
votes
0 answers

Persistent login in Sharepoint 2010 using SessionSecurityToken?

I have a public website which runs on Sharepoint. Now when the users login, we want them to be able to pick "Remember login" so they have a persistent login. As far as I've understood, Sharepoint supports this. The only thing you have to do, is to…
Lars Holdgaard
  • 9,496
  • 26
  • 102
  • 182
2
votes
1 answer

Is there a way to check Central Admin for a list of installed/activated iFilters?

I am currently working on finding a way to verify if an iFilter is installed/activated on a SharePoint site. I have a little app that will check to see if Adobe PDF iFilter 9 or 10 is installed on the box (via registry lookup) but I am wondering if…
wjhguitarman
  • 1,063
  • 1
  • 9
  • 27
2
votes
0 answers

Sharepoint Search Server 2010

Can someone point me in the right direction please. i'm trying to use Search Server Express 2010, which uses Sharepoint 2010. I would like to use this from within my own webpage and output the results within my site. Using .Net & C#. I have…
gadgetgem
  • 63
  • 11
2
votes
1 answer

Retrieving Managed Properties from a SharePoint site

I am attempting to simply check a list of Managed Properties for a specific property. In theory, not difficult. In practice, it is proving to give me trouble. The first approach I found is as follows: static void Main(string[] args) { …
wjhguitarman
  • 1,063
  • 1
  • 9
  • 27
2
votes
0 answers

Generating Business Layer for External Lists

I have my custom database on backend and i have used BCS to bring in the information to SharePoint 2010. So far so good, but now I want to ideally use strongly types generated entities just like spmetal to work with the lists. Unfortunately, SPMETAl…
Sanjay Bhagia
  • 155
  • 12
2
votes
1 answer

Displaying Custom User Properties with KeywordQuery that uses Managed Metadata in SharePoint 2010?

Background: I am using KeywordQuery to perform a people search in a custom webpart in SharePoint 2010. I am searching for specific user profile properties. These properties are mapped to Managed Properties in the Search Service Application. I want…
user1752680
  • 41
  • 1
  • 4
2
votes
2 answers

NullReferenceException in web part

I created a web part and there are five configurations: in the usercontrol.ascx, I get the values by the following code: namespace tasks_email.tasks_email_webpart { public partial class tasks_email_webpartUserControl : UserControl { …
user1686630
  • 109
  • 1
  • 2
  • 7