Dears
We have online SharePoint site and we want to use tool or any way to get web site analytic ( the number of site visitors and page hits .. etc ) ... i do some searches but i couldn't till now to choose best tool that integrate with SharePoint to get this
Could any have any solutions for me ?
...
Hi, everybody,,
Can anybody help me, I wan to create class inherts from SPEmailEventReceiver to make board discussion sharepoint to receive emails , but i didn't known what the steps to do that ?
Please, can anyone explaine the steps to create this class and how delpoy it to the board discussion sharepoint?
with best regard
...
Hello everyone,
I am editing the following master page which my current SharePoint site is using (I am using SharePoint 2007 + Windows Server 2008),
http://www.mediafire.com/file/mmvj5ijgm3j/BlueBand.master
Currently, I am using the hard-coded value "120" to set the width of the left navigation bar, here is the related code in the mas...
hi,
in my sharepoint site, I
need to integrate blogs.
can any one give me help with this?
Integrating Blog in SharePoint site
my sharepoint site Custom site Definition i am selecting custom site template
...
Is there a way to customize the layout of the default page on the My Site?
I know you can deploy a feature to push files into the hive to deploy a custom theme and a custom CSS, but what about the layout--where and which webparts show up for the user by default?
These both talk about customizing the look and feel:
Customizing MOSS 200...
Hello all,
I want to enable Authorization on the Site map provider. We have enabled anonymous access to the site and we want the Site map provider to be visible only to authorized users.
I tried securityTrimmingEnabled="true" in the web.config. No change!
Please help
...
I have a SharePoint list already created. I would like to occassionally update that list using a .NET application. How would I do that?
EDIT: This has to run on remote machines.
...
hi,
Is there any way in which I can combine the data from multiple lists and show it on single calender View?
Thanks
Amit
...
The template you have chosen is invalid or cannot be found.
at Microsoft.SharePoint.Library.SPRequestInternalClass.ApplyWebTemplate(String
bstrUrl, String& bstrWebTemplate,
Int32& plWebTemplateId)
at
Microsoft.SharePoint.Library.SPRequest.ApplyWebTemplate(String
bstrUrl, String& bstrWebTemplate,
Int32& plWebTempla...
Hello,
I have a list with a choice field, which is multiple choice - meaning many checkboxes.
I'd like to render it such that it will be surrounded by a frame, for example a DIV tag with a border.
(The frame should be in the HTML document)
How can I edit the Control Templates / FLDTYPES.XML / Create a control / any thing, to achieve...
Hi,
How can I determine programmatically what master pages (custom and OOTB) that are available for to use for a web site in SharePoint?
Thanks, MagicAndi
...
I am trying to create a SharePoint designer workflow which should be triggered every time a document is checked in.
How do I pause till the document is checked in? Will the condition
Wait For "Checked Out To" "To Be Empty" work fine?
Some posts on MSDN and CodePlex indicate that this might throw an error.
...
I am trying to add a new task to an existing SharePoint Tasks List using Visual Studio 2008 and SharePoint API, my code is:
using System;
using System.Collections;
using System.Configuration;
using System.Runtime.InteropServices;
using System.Xml.Serialization;
using System.Data;
using System.Linq;
using System.Web;
using System.Web.Sec...
This is for a custom Editform.aspx being used to submit data to a custom list. Once the user completes the form, he should be able to hit a button or even the OK button, and have sharepoint submit the form data to the list, then redirect to the items Display form (dispform.aspx?ID='itemid').
I was able to get the ID of the current item ...
I have a requirement to lock down access to a SharePoint library: Only users that belong to all the groups associated with the library should have read access; others should not be allowed to read.
Let's say I have a document library that concerns three projects:
12345
13579
24680
I have users that belong to one or more projects:
Jo...
Hello everyone,
I am new to SharePoint Server 2007 Web Part, and I am using SharePoint Server 2007 on Windows Server 2008. I program using VSTS 2008 + C# + .Net 3.5.
I want to create a simple web part which could display page creation time and modified time (display such time information at the bottom of a web page).
Any reference cod...
Hello everyone,
I am using SharePoint 2007 Enterprise with Windows Server 2008. I am using VSTS 2008 + C# + .Net 3.5. I am new to SharePoint user control development and deployment. I am learning from,
http://www.codeproject.com/KB/sharepoint/PageFooter.aspx
But confused about the following deployment steps, my question is in what fil...
This is for my Sharepoint edit form:
I need to be able use the asp.net TextBox in my javascript:
<asp:TextBox runat="server" id="ff17{''}" text="{@Container_x0020_Qty}" __designer:bind="{ddwrt:DataBind('u',concat('ff17',''),'Text','TextChanged','ID',ddwrt:EscapeDelims(string(@ID)),'@Container_x0020_Qty')}" />
I'm trying to read it in ...
Hello everyone,
I am new to SharePoint Server 2007 Web Part, and I am using SharePoint Server 2007 on Windows Server 2008. I program using VSTS 2008 + C# + .Net 3.5.
I want to create a simple web part which could display page creation time and modified time (display such time information at the bottom of a web page).
Any reference cod...
I am working on project where I have to access SharePoint data in C#.
I've never done this before; and have the following questions?
How would I access SharePoint data from C#? What API do I use? Are there any tutorials out there that will help me get started?
...