Hi,
A particular sharepoint web application(site collection) is continuously prompting for username and password indefinite times and not letting the users to view the application properly.
But when we add the users to Farm Administrators, the web application(site collection) is working fine. But ideally, we can’t add all users to Far...
I want to send an email, from SharePoint site, to a person in charge of a particular tasks, if a particular button is selected
...
We have a web part on which we display some data in a grid. We are exporting grid's underlying datatable to Excel and displaying Open - Save - Cancel dialouge box on click of a server side button.
Following is the code we are executing on click of server side button.
this.Page.Response.Clear();
this.Page.Response.AppendHeader("Content-...
Can I alter the Alert system in SharePoint, I want an email sent to different people based on what buttons are selected in a list.
...
How can we restrict a site collection and its subsites to a particular site theme or set of themes?
...
I have a workflow that is triggered by the creation of a list item and sends out an email when the list item is created.
If I create a new item in that list through the Sharepoint front end it sends the email.
I have a small console application designed to set the list item through the Sharepoint API. This is run as a scheduled task on...
Hi All,
I am not certain, what technique to use. Please help me .
We have a sharepoint calendar. This is used to track events. I would need to have a visible indicator , for the user , before he saves the item whether the item is overlaping with other events by project , by person and time .
This "window" should be changed upon changi...
I am building several layered site and the breadcrumb is skipping in-between sites.
Main Site > Current Site
I would like it to show, as I've seen in other sites
Main Site > SubSite > Current Site
Main Site > SubSite > SubSubSite > Current Site
...
Can you use an xml datasource with Dundas Chart for SharePoint (v2.5)?
...
Our group has a main site and a subsite dedicated to our projects. Each project has a project lead and a completion % associated with it. We have a list on the project site that goes to each project's dedicated subsite within the project site. I want to duplicate the list from the project site on the main site, where any changes or ad...
Is there a way to check if a value is already in a SharePoint list from an InfoPath form without code behind? The form is browser enabled so I can not use scripts or managed code.
...
Hi all:
I created a custom column in a custom content type in a Sharepoint Web manually (e.g. /MySite/MyWeb). I now want to programmatically copy this content type across to another web (e.g. /MySite/MyWeb2). However, upon looping through the custom content type in code, I could only find 2 fields: Content Type and Title (expected: Ti...
In Sharepoint 2007, how do I hide the Quick Launch bar for all pages in a List?
...
When I click the Settings|Document Library Settings menu the page that appears for my list has this at the top:
List Information
Name: Wisdom
Web Address: http://<our intranet>/wisdom/forms/allpages.aspx
Description:
How do I change the "Web Address" to http://<our intranet>/wisdom/home.aspx
...
I have to replace Text inside HTML. When I looked ViewSource of the page I found this html tag. Now I need to replace text "Respuesta" with "Responder". I am using SharePoint CEWP webpart for this. What is the code I need write to replace this text?
<div><a id="ReplyLink3" href="" ONCLICK="javascript:GoToPage('');return false;" target="...
The situation:
I have a bunch of Terms in the Term Store and a list that uses them.
A lot of the terms have not been used yet, and are not available yet in the TaxonomyHiddenList.
If they are not there yet they don't have an ID, and I can not add them to a list item.
There is a method GetWSSIdOfTerm on Microsoft.SharePoint.Taxonomy.Ta...
I have a custom page with the following ListFieldIterator:
<SharePoint:ListFieldIterator runat="server" ControlMode="Display" OnInit="listFieldIterator_Init" />
Here is the Init event:
protected void listFieldIterator_Init(object sender, EventArgs e)
{
ListFieldIterator listFieldIterator = sender as ListFieldIterator;...
I'm trying to edit a legacy wss3 sharepoint site.
Messing around with a 700+ code lines aspx page I got a "The server tag is not well formed." error on sharepoint and The ?content=1 trick does not work.
Anyone has a tip on how to get to the line that's causing the problem?
I'm expecting something like the aspnet ysod, at least that's...
I am using CEWP (webpart) and putting this code in there. But this code is not going inside <head> tag. I need to insert this code in <head> tag,
<script src="http://code.jquery.com/jquery-latest.js"></script>
<script type="text/javascript">
$("*").each(function () { if ($(this).children().length == 0) { $(this).text($(this).t...
Hello Everyone
I just installed TFS2010, and set it up with the single server wizard. It installed me Sharepoint Services an let everything working pretty well.
But, the sharepoint URLs it generates from the Server name "server". As my setup is without a domain, the URLs work okay only from the server computer, not from the others.
I ...