sharepoint

Sharepoint site continuously propmting for username and password

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...

Can I send an email through SharePoint list

I want to send an email, from SharePoint site, to a person in charge of a particular tasks, if a particular button is selected ...

Data table to Excel conversion leaves my server side button non responsive in SharePoint WebPart

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?

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. ...

Site theme specific to sharepoint site collection ???

How can we restrict a site collection and its subsites to a particular site theme or set of themes? ...

How do I trigger a Sharepoint Workflow from code?

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...

sharepoint - dynamic view of calendar on new item form

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...

What does the Navigation Sharepoint Sitemap/Breadcrumb use to populate links?

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)?

Can you use an xml datasource with Dundas Chart for SharePoint (v2.5)? ...

How do I sync a list on a site from a list on a subsite in SharePoint?

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...

InfoPath with SharePoint list

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. ...

Custom field not showing in Custom Content Type

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...

Sharepoint: List - Hide Quick Launch?

In Sharepoint 2007, how do I hide the Quick Launch bar for all pages in a List? ...

Sharepoint Change List's "web address"

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 ...

Text replace with Jquery

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="...

Programmatically set a TaxonomyField on a list item

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...

How do I point a ListFieldIterator to a subweb when ControlMode = Display?

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;...

How to troubleshoot "The server tag is not well formed. " error on sharepoint?

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...

dynamically insert javascript into <head> tag.

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"&gt;&lt;/script&gt; <script type="text/javascript"> $("*").each(function () { if ($(this).children().length == 0) { $(this).text($(this).t...

TFS2010: Single Server Deployment wizard, Bad sharepoint URLs

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 ...