Customize CQWP header to a link
I am rather new to this. If someone would please help. I have a list with two columns. Each column is of type URL. one url is the parent the other is a child. I wish to group the CQWP so that it shows...
View ArticlePowerShell script to set permissions on select pages within SP2007 pages...
Environment: SP2007 x64, Windows 2003 OS, Posh 2.0 I have a site feature that re-creates all the pages in a library, upon feature activation. (actually I delete all the pages, and the feature creates...
View ArticleShow/Hide column in sharepoint list form
Hello all, Using sharepoint designer 2007, I have created a new custom newform.aspx for a list and set that to default using right click on list > properties > supporting files. I am using...
View ArticleColumn Validation
I have two columns in a List " Started " (Which has task started date and time ) " Completed " (Which has task completed date and time). For Started and Completed time there is JavaScript validation in...
View ArticleCheck out as draft does't work properly
Hi experts, I have to create a custom Response.Filter for SharePoint server. There is an issue when I do a checkout as draft and a checkin as following image My environment: Server: windows 2003,...
View ArticleObject instance not set to an instance of an object
I am trying to create a sitecollection while autmatically applying a site template. The issue that I am having is that on one server, everything works fine, on another server I get the eror, "Object...
View ArticleExport WebPart
So, I configured a webpart and I export that to be reused on other pages. Is there a place I could upload that webpart so I could use it on all of my pages. When I am on the page and I Upload the...
View Articlehow to check size of subsites in sharepoint 2007 using Javascript or Jquery?
Hi, I need to display the size of all the sites in a site collection at the top level site, strictly using JavaScript or JQuery. Is there any sharepoint web service I can use to do the same. I do not...
View ArticleAbout the save field
Hello I have two "Save" buttons. one of implement way is: <SharePoint:SaveButton ID="SaveButton1" runat="server" Text="Save" CssClass="CommonButton" /> another is: <asp:Button ID="Save"...
View ArticlePreSaveAction not working in Sharepoint 2007 lists
Hi there. I am trying to do a simple validation on the Sharepoint EditForm.ASPX file to check and see if a number of list items are populated with text when the status of the issue is set to closed. I...
View Articleinfopath 2010 fill dropdown list from sharepoint list
hello when i use infopath 2010 fill dropdown list from sharepoint list i make trust to domain trust when i get this error You do not have permissions to access a SharePoint list that contains data...
View ArticleSharePoint LISTS.ASMX web services call are slow
I have a MVC4 web application tied to a back end SharePoint 2007 server using LISTS.ASMX and SEARCH.ASMX. Search is quite fast. LISTS.ASMX on the other hand is very slow. It can take 3-5 seconds 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 ArticleSelecting specific columns from a sharepoint list
SPList splist=web.Lists["feedback"]; SPQuery query=new SPQuery(); query.ViewFields="<FieldRef name="Feedback"/><FieldRef name="Posted By"/><FieldRef name="Date"/> SPListItemCollection...
View Articlesearch contacts in visual webpart using CAML query
while i enter names in serch textbox it should show list of names with the starting letter itself for eg: Im entering name "ra" it should show like this rahul ramesh rahini ravind
View ArticleHow to give user a permission for limited duration
Hi guys, As the title says, I need a way to crate a functionality where an admin user can give permission to user till a specific duration. For instance, User A has been given a permission to access a...
View ArticleTrack documents that have been read
HII have a request to track the documents in a doc library. The documents in the library have to be read by users of the portal. Each time the user logs in, they will be provided with a list of the...
View ArticleIWebPartVariationUpdate.Update Not Firing
As nasty as it may sound (and it is, beleive me), extending the Content by Query class to add a few more features. One of the requirements is, on a variation push, update all items in the query...
View ArticleError editing discussion board item created by web services
I use the following code to create discussion board items: Lists list = new Lists(); list.Credentials = CredentialCache.DefaultCredentials; list.Url = siteurl +...
View Article