sharepoint-2007 Questions
4
Solved
I need to know what is the best practice for sending emails from my sharepoint webparts and/or customized features.
Should I just use the normal .Net classes to send email ? or is their a better ...
Bryner asked 3/7, 2009 at 0:24
2
Solved
I have a Custom Action on the Site Settings page of my SharePoint site that appears in the UsersAndPermissions list. It is created using a feature, this is the elements.xml file for the feature:
&...
Whitehorse asked 20/10, 2009 at 8:8
2
Solved
Technologies: Winforms, .NET, C#, Sharepoint Web Services
I'm currently writing a winform desktop application that is supposed to access a specific list of Sharepoint documents and custom input va...
Pattipattie asked 4/7, 2011 at 15:30
5
Solved
I've got a SharePoint problem which I need some help with. I'm creating some custom ItemStyles to format the output of a Content Query Webpart (CQWP) but I need to insert a "view all" button into t...
Crackdown asked 8/10, 2010 at 12:48
1
Solved
Hi I have two Lists in sharepoint 2007.
I have a lookup column in on list which looks the other field.
I want to use the sharepoint object model to add an item to the second list.
How to i set the ...
Battement asked 24/9, 2012 at 7:53
1
Solved
Today I came across the need to write a CAML query that uses WHERE [Field] IN [Values]. I wanted to query a List where the list item's Title was contained by a collection of strings. After receivin...
Kathikathiawar asked 25/6, 2012 at 22:15
0
I need to open a SharePoint list in a browser using the RootSite, List GUID, and/or View GUID. Is there a way to do this?
I am assuming that the URL would look something like:
http://rootsite/_vt...
Unifilar asked 18/6, 2012 at 15:27
3
Solved
I recently got the requirement for a person to receive a daily summary alert for any change within a SharePoint site; each site has an owner who is in charge of the content on their site.
The curr...
Effulgence asked 28/5, 2009 at 15:31
9
Solved
Like many other SharePoint users, I've had to create a custom list definition. After much trouble, I've managed to create one (I think, let me get through all the errors first), but is there a "bas...
Proclaim asked 13/1, 2009 at 23:10
3
Solved
I am not sure how foolish I am being here!
I have a solution that packages up some master pages and layouts etc which I can deploy fine and the feature appears in the "Site Collection Features" li...
Anthia asked 1/4, 2009 at 10:13
2
We use Infopath 2007 + Sharepoint 2007 and need to inject some javascript to infopath form. I know that infopath form can be hosted on the aspx page using XmlFormControl. But this solution doesn't ...
Eury asked 28/9, 2010 at 15:46
1
Solved
I've written an ASMX web service, which has been running in production for years. Today, all of a sudden the Java clients are throwing errors when trying to parse the response. We tracked it down t...
Cabinet asked 22/6, 2011 at 20:45
1
I could be looking at the wrong way to do this, but here I go:
I have a Sharepoint list (titled "Trips"), which has a list of trips scheduled to particular zones. I have a second list ("Zones"), w...
Sjoberg asked 28/5, 2011 at 21:32
4
Solved
I'm working on a custom current (left) navigation on a SharePoint solution.
What I need is that the root of the navigation is a variation web, the immediate child of the root web. All the sites an...
Hughhughes asked 8/4, 2010 at 18:44
3
There was a similar question posted regarding the same topic, but I'm adding to the question and the previous discussion was resolved.
Here is the link to the original question: Auto number column...
Haemin asked 3/3, 2009 at 17:16
2
Solved
How can I prevent users from deleting sharepoint task list item?
Should i override the ItemDeleting event or is there any other site level options available to achieve the same?
Mixie asked 4/4, 2011 at 12:3
1
Solved
I have this table
Col1 | Col2 | Col3
1 MeYou | You | Them
2 Them | They | You
3 Them | Me | They
4 They | Us | We
5 Us | Them | MeAsk
I would like to do these Query
Select all rows from M...
Mullen asked 10/3, 2011 at 3:32
4
Solved
I'm still struggling with this question as I'm trying to get up to speed with SharePoint, coming from ASP.NET Web Forms. We're looking to use SharePoint exclusively for several reasons; one of the ...
Nisan asked 2/3, 2011 at 14:19
7
Solved
I'm trying to put together SharePoint 2007 (and, eventually, 2010) training materials for experienced ASP.Net developers, and having done SharePoint for years, I don't really remember where the wor...
Potion asked 15/9, 2009 at 1:12
2
Solved
I've seen three types of group properties for an SPWeb object - Groups, SiteGroups, AssociatedGroups.
I understand that SiteGroups will fetch all the groups in the current site collection. But wha...
Stringboard asked 19/1, 2011 at 12:46
1
Solved
I am trying to deploy my solution package (wsp) to SharePoint 2007 environment. The WSP contains a feature which loads the feature receiver class to deploy a timer job at run time.
While deploying...
Ptah asked 30/12, 2010 at 13:12
4
Solved
I'm trying to simply add a simple text or hyperlink field to a list item in sharepoint 2007.
I can add the field no problem:
list.Fields.Add("MyField",SPFieldType.Text, false);
And it shows up ...
Fledgling asked 11/10, 2010 at 6:44
1
Solved
I'm working on a WebPart, to be used in SharePoint, that will display a listing of documents within a document library. To do so, I believe I need to reference the SPWeb object for which the web pa...
Condensable asked 15/9, 2010 at 11:51
1
I have the Sharepoint Intranet server on the same nework as the Internet PHP Web server. I would like to know if via PHP SQL code I can access a collection list of PDF files from the intranet so it...
Silkweed asked 25/8, 2010 at 12:38
4
Solved
I made a custom master page.
I also made a custom CSS file, which I uploaded to "Style Library".
I link to this CSS file by:
<SharePoint:CssRegistration name="<% $SPUrl:~SiteCollection/Style...
Reneerenegade asked 18/3, 2010 at 17:59
© 2022 - 2024 — McMap. All rights reserved.