Content editor webpart not working properly in chrome
I have create custom master page and set as default one. It will working fine for all browser except chrome.screen shot is here:help me to solve this issue.
View ArticleCreating a Status column (IF statement/calculated column)
I'm developing list for managing a project with 11 columns each representing a project milestone.We'll call them A,B,C...K. "A" representing a status of "Project Started" and K representing "Project...
View ArticleSPAlert get email address of recipient?
The SPAlert class has a User and UserID property - UserGets or sets a user object representing the user who created the alert.UserIdGets or sets the ID of the user who created the alertmy question is -...
View ArticleSharePoint 2010 - Hide CEWP if survey has been answered
I have created a link to a survey on a web part page using a CEWP. I would like to hide the CEWP if the logged in user has already answered the survey.I found the following to be of some help:...
View ArticleEvent Receiver debug not attaching to process
I built an ItemAdding Event Receiver which works on my SharePoint 2010 development server. Now I'm trying to create the exact same thing on my Live SharePoint server. And its not working. Its...
View Articlehow to determine current page is published or not using javascript
hi friendsi am using publishing workflow. if page not published i need to hide buttons on page.how can i determine the current page is published or not using JavaScript
View ArticleCustom EditForm for Document Library using visual Studio
Hi all, I know building custom new, edit, display forms for lists and its bit different for document libraries.I have a content type added to a document library. Using code, I have changed the...
View ArticleRestore SharePoint list backup with custom name
Hi All,I have taken SharePoint list back up. Is there any way to restore it in the same site collection with the different list name?srinivas
View ArticleAdd multiple people using Javascript Client Object Model
I am trying to add multiple people to a SP column of type Person/Group i.e. people picker. I am able to add one successfully using their userId, but HAVE no clue how to do that for multiple people....
View ArticleECMAScript --> get current User fails!!
i want to get the current logged in user: var ctx = SP.ClientContext.get_current(); this.web = ctx.get_web(); this.currentUser = web.get_currentUser(); ctx.load(this.currentUser);...
View ArticleWorkflow status based on TaskItemid and Task List Guid
HI,I have a tasklistitemId and the task list Guid.Is it possible to find the workflow status based on that?I have tried for "ModerationStatus" columns, which is always returning null. I am using a...
View Articlecustom timer job not applicable ignoring job definition
We have created custom timer job in share point 2010.but we are getting error job definition "Job defination name", id ed6b4720-67c3-4bbc-aa46-e98a2aa67202 not applicable, ignoring We are unable to...
View Articlehow to get (welcome) search page layout on publishing site
hi friendsi am working with publishing sitei need to use (welcome page) search page layout but it is missing in how to get it
View ArticleNew-SPWebApplicationExtension : An item with the same key has already been...
Hi All,I am facing the following error while creating extended web application. I am having webapplication called http://sp2010dev1:1995.I am executing below command to create extended web...
View ArticleDocument Library - custom Edit Form - reference Master Page
Hi,I have a Visual Studio solution (SharePoint 2010) in which I have created a custom EditForm for a Content Type (I set the Content Type's EditFormUrl in a Feature Receiver). The custom form has been...
View ArticleFlilter webpart to read the data from XML template
HiIs there any out of the box webpart to read data from xml file for filtering in sharepoint 2010.The filter dialog look like following functionality and allow to select only one value. .Paretn1...
View ArticleEdit list items when click on lookup column of some other list SharePoint...
hello,I am adding an xslt list view web part of list 'A' in Custom Edit form of same list. There is a lookup column in my list and the lookup is some other list with in the site.When I click on the...
View ArticleOrder by most recent date not working in CAML Query
Hi, I am trying to pull items from an announcements list and I would like the results sorted by most recent first, but it is coming back as least recent first. Can someone tell me what is wrong with...
View ArticleWrong ScriptLink entry using feature activation causing every page in...
Hi,My requirement was to depoly a javascript file to the style library in a Site collection. To associate this js file to the custom ribbon action which would be using the javascript functions, I added...
View ArticleAuthentication issue when trying to display a list using the SP web services.
Hi all,I'm getting a access denied error in my console application when I try to run my program which uses the lists.asmx to pull out information from one of our SP lists. Would appreciate any help.Our...
View Article