background image
Is it possible to add a background image within a SharePoint table row. I tried to add the image and repeat: repeat -x; and it strips it off. I was doing this in SP designer? Any help is truly...
View ArticleAdding webpart via code - specified view is invalid
I'm trying to add 2 webparts based on the same doclib to my site. Each webpart has it's own view. The code used to add the webpart is as follows: ListViewWebPart listviewwebpart = new...
View ArticleOne or more field types are not installed properly. Go to the list settings...
Hi, An issues was reported to me where a developer was trying to use a CAML query and was getting this error: "One or more field types are not installed properly. Go to the list settings page to...
View ArticleDoes SharePoint 2007 have assemblies for .NET 4 or newer?
I have a MVC4 web application on the same servers as my SharePoint 2007 farm. I want to use search and lists from SharePoint, which seems like it has to use web services. Very slow and no support for...
View ArticleHow to Update Sharepoint WebPart Custom Property Programatically
In my sharepoint custome webpart, I want to update the custom Property programatically. Please help me to get a soluction.
View ArticleProgrammatically add target audience field
Hello; I have a list I'm creating on the fly and also creating the fields for that list... I have created a HTML filed like so: HtmlField htmlField = new HtmlField(pollsList.Fields, "HTML",...
View ArticleMircosoft works suite 2006
I am activating microsoft works suite 2006 on my computer. It said its lost my hrl or something like that . Error 404
View ArticleMaking sure a specific list item is not already there in C# using CAML items...
I have two identical SharePoint lists. I'm using C# to loop through one and adding to the other. Problem is I don't want to add to the other, if there is already a list entry with 3 specific fields...
View ArticleSetting a list Date field to it's date + 7 days using C#
I have a SharePoint list field called ArchiveDate. In a C# function I'm looping through the list and have the item in question. foreach (SPListItem fListItem in fList.Items) { foreach...
View ArticleCustom Timer Job for SharePoint 2007 using Visual Studio installed in...
Hi Team, I need to create one custom job for SharePoint 2007. But the harden is that is on another server while i need to develop that on my system using visual studio 2010. I have dll of SharePoint...
View ArticleHow to update a Lookup Colum using the web service
Hi All I wan to use the SharePoint web service to update a lookup colum. What is the query look like?
View ArticleRich text box added using webpart doesnot show ribbon to format
hi , I have added a rich text box to my page using a custom webpart using the following line of code. BaseFieldControl webControl = field.FieldRenderingControl; Now , the textbox is showing on the page...
View ArticleHow to increase the height of PeopleEditor textbox programatically?
How to increase the height of PeopleEditor textbox programatically?I have tried with height property, attributes , style etc..Thanks,Shobha
View ArticleUse of Look Up in LINQ
i have to fetch the no. of items from a SP list............based on a particular column(group by) So i will be using LINQ to fetch the number of count..... dr.Field<string>("Answer") This is...
View Articleaccess denied error when login with groups in organization unit in sharepoint...
Hi, please give me the exact solutions for above one. Thanks, NUMBhaskar
View ArticleFeature stapling in the web scope
I created a feature and i want to staple it to the Team Site template. Unfortunately stapling doesn't work when the feature is set to the Site scope. Also I'm using feature event receiver with the...
View ArticleWeb part page
Can anyone with the contribute permission make changes(edit) a web part page? I am trying to make my decision on using wiki page vs webpart page within a SP site. Or is there an advantage of one over...
View ArticleHow to get SiteID via web service (ajax)
Hi everyone! Does anyone knows how can I get the SiteID from the current site using Ajax (Javascript/jquery) ?? Something like: http://CompanyPortal/Finance/SubSite01 I need to get the guid relative...
View ArticleASP.NET Controls are not working in sharepoint application
Hi All, I have created a visual webpart and trying to add any asp.net control ex - textbox contol in .ascx page but asp.net intellsience is not showing but if I create .net project then same asp.net...
View Article