Using CustomJSUrl in ONET.XML
Sat, 19 Jul 2008 14:36:51 -0700 (PDT)
I'm trying to create my own site definition in WSS/MOSS and I'd like
to have two site collections that have different options on the
document library context menu. So, on one site collection I'd like to
have the "Send To" option available when a user clicks on the
document's drop down menu but I don't want that ...
|
RevertContentStream not working as I expected (Pebkac?)
Fri, 18 Jul 2008 09:33:57 -0700 (PDT)
My current problem started when I decided I needed to move a
customized layout into my solution so that it didn't have to be
created and linked manually. It had been previous customized and the
default.aspx had been customized (both in Designer).
When i added this file into my solution and ran it (putting it i ...
|
Custome Report on Sharepoint?
Thu, 17 Jul 2008 12:13:03 -0700
A customer wants to know if he can somehow make reports quantity of items
(documents office) are loaded on sites collections x users this is possible?
The product is SharePoint Server 2007 EE
Thanks!!
...
|
Memberships web part long load time
Wed, 16 Jul 2008 08:01:03 -0700
I have created a web part that loops through all our web applications add
provides a list of site memberships that the current user belongs to. I have
also cached the object data source per user after it gets the data the first
time. The caching works great, the problem is the first time it runs when it
is ...
|
How to postback into the same wiki page in WSS and Sharepoint Designer 2007?
Wed, 16 Jul 2008 15:37:21 +0200
Hi!
I'm absolutely new to WSS development and I would really appreciate some
good help in the following issue.
First of all, I have a database that consist of 4 tables and store data for
Sales Channel, then Product Group, then Product Model and Product Serial
Number.
I'm building a wiki library that n ...
|
DataView doesn't show values in currency format
Mon, 14 Jul 2008 11:59:17 +0200
Hi!
I've created a dataview that displays certain values and must show also
costs formatted as currency. However, page doesn't display anything when the
field is formatted as follows:
<xsl:value-of select="format-number(@Prezzo,
"?#,##0.00;-?#,##0.00")"/>
But the same value is shown when forma ...
|
Incoming and Outgoing Email
Fri, 11 Jul 2008 08:55:01 -0700
I tried to configure incoming emails on MOSS, but no meesages are being
displayed on the listr I created.
The problem I think is that the messages are being placed on
"c:\inetpub\mailroot\queue and" stay there forever. I do not know why.
Also I did configured OutGoing emails and that seems to be working fine ...
|
|
|
Hosting ASP.net website to Sharepoint server
Wed, 9 Jul 2008 22:36:01 -0700
I wish to include ASP.net Web Pages into sharepoint ...
|
Filter SPView/SPList
Tue, 8 Jul 2008 23:30:00 -0700
Hi,
I have a problem! I want to filter a SPView with many conditions, I have
created a column(textfield) that contains the name of a SharePoint group. And
I have created several different groups on the site with different members
in. Now I want to filter the list so that the logged in user only can see the ...
|
Return XML from UpdateListItems
Tue, 8 Jul 2008 08:25:03 -0700
[Newbie to Sharepoint programming]
I wish to parse the returned XML from an UpdateListItems command so as to
alert me to errors (Not sure how yet)
For example in the code snippet....
XmlNode ndReturn = listService.UpdateListItems("List_Name", elBatch);
MessageBox.Show(ndReturn.OuterXml);
As an simple ...
|