How to find Rating on any single list item in sharepoint 2010
Hi,I am using Rating on Custom list in sharepoint 2010.I want to show details of all rating done on every single item in that list.......i mean who done and how much point he rated (0,1,...5)I have...
View ArticleSpecify the phone number in SPAlert C#
Hi Everyone!I'd like to know how to create a SPAlert (for SMS) specifying a mobile number. I already did this: alert.DeliveryChannels = SPAlertDeliveryChannels.SmsBut I don't know how to specify the...
View ArticleSharePoint List - Show Add New item form popup on another page
Hello Everyone,I have a hyperlink of to a list form on a SP page, but i want the form to popup in a window instead of linking to an aspx page after clicking the hyperlink. This is just like clicking...
View ArticleSharePoint 2010 Template Types - Farm, Sandboxed and "Save site as template"?
From my research I've found that once a exported site template or solution is edited by Visual Studio is becomes either a Farm Solution or a Sandboxed solution with the latter requring that the...
View ArticleProblems with OfficeServer:MetadataHierarchyDataSourceControl
I like the managed meta data browsing in SharePoint 2010 that you get against a library.My wish to to put something like this into a web part and this has worked with one problem.So going back to...
View ArticleHow to redeploy an eventreceiver
Hi,I have one custom feature deployed on my farm. The scope of the feature is site. I have a visual webpart and an event-receiver in my feature. When I activate the feature on a site-collection...
View ArticleClient Object Model Get SiteGroups (By Name?)
I have the following code in a Client Object Model method:Group oGroup = clientContext.Web.SiteGroups.GetById(mGroupID);However, I need to get the group by name. In order to do this I have retrieved a...
View ArticleGet details from page in pages library
Hi, I need to get some details from a page in the Pages library. I know the "FileRef" gets the url for the file, but I need to get 2 details that I cant find: Title and Url of the site (web) where the...
View ArticleMonitor traffic b/w SQL server and front end
I want to monitor traffic on SQL server specifically from SharePoint front end . Please help me determining which technique is best for this .Reason : I am getting a couple of uls log entries , which...
View ArticleDocument Library - SPFile.Item is null for copied files (Null when getting...
Hi - We have a situation please assist with your expertise.We are writing the custom code to copy file and assigning the ListItem properties into our "Sandbox" document library based on selected...
View ArticleSharepoint javascript get current list item
Good Day.I've some script which displays a list items:var siteUrl = '/Test';function retrieveListItems() { var clientContext = new SP.ClientContext(siteUrl); var oList =...
View Articlehow filter chart according to drop down item in sharepoint 2010
hii have many data in several sharepoint list that i want to show them in chart based on drop down item and the item that i want to filter chart based on them in another listfor example: i want to show...
View ArticleHow to Create Link to a document item in document library using ecma script...
Hello,How to Create Link to a document item in document library using ecma script or sharepoint web service?Thanks,NileshNilesh Jain
View ArticleVisual Webpart - How to get all documents in a folder and sort them by caml...
I am making a visual web part for sharepoint 2010. I have a "SPFolder" object and I want to get all items in it, but I want to sort it by a specific field. I want to do this by CAML query instead of...
View ArticlePause until field change in current item
Hi,I have 2 state Machine workflow, the first workflow(at list1) should to wait until a specific task from second workflow(at list2) finished. I'm looking for the way or method that helps. I pretend to...
View ArticleSandboxed code service
Is sandboxed code service mandatory on sharepoint farm? We deployed some WSPs on the server but for some reason I had to start sandboxed code service to get it working. it is not a sandboxed...
View ArticleSharePoint 2010 : send confirmation email
I started programming in C # and ASP and i'm having trouble setting up a shipping confirmation by email after the user fills out a form system. I'm on SharePoint (Extranet), and I have a form to...
View ArticleSharePoint 2010 WSP Deploy with Custom Assemblies - not working
I have to admit that I'm completely stuck. I have a project with a series of event receivers that act on a custom list's Added, Modified, and Deleting events. The project references three custom...
View ArticleCreating a custom reply button for Discussion Board web part
I have a use case to create a custom reply button on the discussion board web part that I can place at the top of the page. Does anyone know if there is javascript that can accomplish the same action...
View ArticleMy Sharepoint item adding, item added, item updating,item updated event...
Hi,Iam using custom permissions/groups for the lists in my site.In the receivers i am using hashtable with key as list name and value as group name.like belowpublic override void...
View Article