Following code is use to give permission to user to access SPListItem //Add current user tempRoleAssignment = new SPRoleAssignment((SPPrincipal)currentUser);
I\'m a noob to Sharepoint development, actually I hoped I\'d always be a noob to it, and I\'m having difficulty building my first web part for a Sharepoint 2010 website. I\'m using Visual Studio 2010,
In my SharePoint List, I have an \"Employee\" columnthat is a User type field. I would like to add some custom Business Logic to the processing of this field.
I have a custom web part that starts by getting a current user login name like this: protected static string iAm = System.Web.HttpContext.Current.Request.ServerVariables[\"AUTH_USER\"].Split(\"\\\\\
I am currently developing a S开发者_开发技巧harepoint Event Receiver project and I need to fetch the event according to when a version associated to a file is deleted. Is there any event receiver for
I need to add a new column to my sharepoint dashboard(created using Jquery). The value is a number which is extremly large and causing my dashboard to become mis figured. I have values in the trillion
When I execute my code, the following exception was thrown (German): Ausnahme beim Aufrufen von \"GetListItems\" mit 7 Argument(en):
I\'m currently deploying a SharePoint solution with publishing pages. These pages allow the user to select \"Do not update the modified-date\".
I have a problem accessing the web services?wsdl for SharePoint lists, sites etc. I can see the list of operations using the following URLS:
i want to show an error 开发者_C百科message, whenever the user adds an item. So i use code similar to that: