Hyperlink conversion
Hi,I have written this code for fetching Id from a list. That List contain one column URL which type is HyperLink or Picture. I have to compare that coulmn value to a string URL1.URL and URL1 contains...
View ArticleMayday! SharePoint 2010 Guru urgently required, for love and glory from all...
Mayday! Mayday! A distress signal is being sent out to all past, present and future Gurus!We need more of your awesomeness!The TechNet Guru Competitions have become BIG news within Microsoft circles,...
View ArticleGetting incorrect language ID (LCID)
Hi,I am developing an an application to support multi-language in share-point 2013.I have installed language packs, when i change my display language from browser i am getting incorrect LCIDfor eg.Fro...
View ArticleSandbox to delegate
Hi,I need to make a sandbox solution which deploy a user control to the additional page head delegate control in the master page.I'm creating a Sandbox visual webpart using Power Tools.But it seems it...
View ArticleAdding Controls dynamically in the Infopath/Web form with dynamic controls
Hello,The client requirement is to create SharePoint solution for the below image. A web form/Info-path form will be created where user can enter the details and data will be submitted. I am looking...
View Articlestate machine site level workflow activated but not showing in the workflow list
I developed my state machine workflow using visual studio 2010 its successfully deployed; even I can see the feature is activated on site collection level, but its not showing in the list settings...
View ArticleHow to delete a user from Sharepoint 2010 using client object model
How to delete a user from Sharepoint 2010 using client object model.My code is as below:ClientContex ctx =newClientContext(http://contoso.com); Webweb = ctx.Web;Listolist =...
View ArticleWebpart upgrade without disturbing the properties
We have deployed a custom web part having custom properties can be configured by user. This is already in production.The change : From next version we will be modifying one web part property[existing]...
View ArticleHow we enable Validation settings in list definition from visual studio 2010.
Hiii friend's .. How we enable Validation settings in list definition from visual studio 2010. I have created list definition and i added two column date1 and date2. Now i want to validation in date2...
View ArticleWhile Migrating from Sharepoint 2007 to 2013 using docave tool we are getting...
Hi Guys,I am working in a migration project, While Migrating from Sharepoint 2007 to 2013 using docave tool we are getting the errors. Below are the errors we are getting during the migration process....
View ArticlePass the value from ItemUpdating to ItemUpdated
Hi All,I need to pass a value from ItemUpdating to ItemUpdated event receiver, can anyone please suggest me how I can do it?Regards Amit
View ArticleIsssue in setting List Column Defaults in List Added event receiver
Hi Guys,I am facing one issue while setting the default values for list columns dynamically (List Added receiver).Scenario is,Based on list template i am creating the custom list and adding 5 site...
View ArticleContent Search and not the document in SharePoint 2010
Hi,The requirement is : Search the content of documents by storing the data in a database-driven structure and get the search results in a grid view with data in different columns. My questions are...
View ArticleDocument Modified By, Document Created By and Document ID Value showing up in...
Hi,Not quite sure what we did to get these fields (circled in red) to display in the forms but we don't want them to display and can't figure out how or why they started to display in the form. I've...
View ArticleHow to select approver from another list in sharepoint 2013 workflows using...
Hello, I am now faced with the following situation and I need your help.I would like to make a sharepoint 2013 workflow that takes as a parameter the user who has logged to fill for exammple a form...
View ArticleDataTable with html formating
Hi, I have a SPGridView in my webpart and it is bounded to a DataTable. I would like to add a sub-table in one of the columns (fieldc), when I tried the following, it doesn't recognize the html tag....
View ArticleShowing all News items in webpart
HI,I am trying to create a webpart which shows all the news items with the News title and date followed by a paging.Currently, I have the below in publishing site:1) Subsite for storing news2) Page...
View ArticleTechnique to map field and status
Hi I wonder if someone could help me in finding a technique to map something quickly. As an example below I have 5 approvers and status.If status is at Approvedby-HRM, I want the cell under "aaa"...
View ArticleHow to Dispose SPGroup objecti am using
i am using following code foreach (SPGroup objSPGroup in pobjSPUser.Groups)in ULS log this is throwing memory leak issueAn SPRequest object was not disposed before the end of this thread. To avoid...
View ArticleRefer classes of Microsoft.Office.Policy dll in Custom web service sharepoint
Hi ,I have created a custom web service which refers to Microsoft.Sharepoint dll and Microsoft.Office.Policy dll.Added reference tags to these two assemblies in disco file deployed this web service to...
View Article