sharepoint2007

System.UI.Web.ScriptManager is not allowed on this page. The type is not registered as safe error in SharePoint.

Hi all: I've been getting an error in SharePoint that reads: System.Web.UI.ScriptManager is not allwoed on this page. The type is not registered as safe. I googled around, and the results pointed to missing AJAX server extension installations while using the asp:scriptManager tag. However upon closer inspection of my project, there ...

How to modify the sharepoint list content type and the view using Web Services

I posted one question on same site ( site Link ) . Got one solution but i don't know How to modify the sharepoint list content type (which defines new/edit forms) and the view (which defines list views)? ...

How to know Sharepoint fields controls?

Hi, I am trying to develop a windows application using C# and SharePoint built in web services, that add\update files to SharePoint document libraries. Now i am creating a form that fill the item fields. Is there a way to know each field type and his specific control? ex: single text field is text box, Choice field is a combobox...and...

Web request with SPD 2007

I need to create in SPD 2007 a Server-side script Datasource with the below URL: http://zeus.avratours.gr:81/cgi-bin/abtwsac.exe/SssXmlAvraRequestHandler this script needs an xml feed as parameter in order to respond to HTTPPOST: printf("'<'?xml version="1.0"?'>' '<'aRequest request= "AVRA ACCOMODATIONS LIST"'>' '<'season'>' 2010 '<'...

Beginning Form submit Sharepoint Question

I have a basic install of Sharepoint running, and the first programming type task I want to do is make a form to collect some data. I want to have a page have a form, collect a name and a phone number, submit the form, then have a confirmation page display the saved data. My basic questions are: do I make my own db, as in a classic web a...

Web part edit button not appearing?

I'm using MOSS 2007 with Publishing Site and have added an Image Web Part to a page using Sharepoint Designer. When I go into the browser to edit the page, the edit button on the web part does not appear. Does anyone know why? ...

Read Excel data in SharePoint 2007 using BDC

Hello Friends, I am trying to connect to read Excel file data using BDC in SharePoint 2007. I have used the Microsoft ApplicationDefinitionDesigner.exe and created the following Application Definition file. I can test the Method instances and can import this file as well. But when I use this in Business Data List webpart, I am getting a...

Sharepoint 2007 - Navigation Folders

Hi, I am constructing a SharePoint website and we have a navigation menu bar showing links to pages within a site. We have a site “abc” and within that there are pages, we are putting some within a navigation folder to give the illusion that they are a new site except its not. Is there anyway to tell that you are in a folder, you can ...

Debug an Error in a Custom SharePoint Web Service

Hi, I have created a custom SharePoint web service that was deployed to, and successfully tested on, a test environment. Unfortunately, the web service has since stopped working, and I am trying to determine what the error is. The web service now returns the following error in the SOAP response: SOAP:server Server was unable to proce...

Using SPPersistentObject in SharePoint 2007

Hi all. I'm looking for help getting SharePoint 2007's SPPersistedObject to store information at the Farm level. When I create a persistent object as a child of the SPFarm instance and call my object's Update() method, an "Access Denied" exception is thrown. Looking at the SharePoint log, I see a complaint that "the current user is not...

Turn on anonymous access to sharepoint, navigation is now not appearing

We turned on anonymous access to sharepoint and it seems our site navigation is now not being shown. We can access the pages directly when anonymous, but the full menu's don't appear until AFTEr we login. I can't seem to find anything in the Navigation setup under Site > Site Settings > Modify Navigation to say 'show option if anonymo...

Sharepoint Internet site that is like an intranet site

I want to build a Sharepoint site that in accessible from anywhere, not just our intranet. I would therefore like the ability to have a login function, and once authenticated, the user would see what is common for people to see when accessing a classic intranet Sharepoint site. For instance, see documents based on role, check in/out docs...

WSS caches old Workflow version

Hi, I'm currently developing three workflows that are supposed to handle the status of items in different lists. Each Workflow is attached to a separate list. When I'm deploying and debugging in my development Environment, everything works fine. Except for the case, when an item is created via an incoming mail. I already figured out, th...

SPGridView and SP Menufield for approving list items from SPlist

I am using spgridview for showing listdata,also using spmenufield. I need to perform approve operation on any selected/clicked item from spgridview. Can you please help,how can i achieve this? ...

Sharepoint 2007 - .mht files do not show up in search results

I have a bunch of .mht files in the document library and they don't seem to be indexed. I have checked - .mht is in the File Types list in Central Sdmin -> SSP and also there's an entry for it in the DOCICON.xml. But .mht files are still either not being indexed or do not show up in the search. How can I fix this? Thanks! ...

SharePoint Configuration Wizard Weird Behavior?

After you have installed SharePoint you need to run the configuration wizard which typically asks what your Database server is what DB Name to use, what port to use for Central Admin, etc. Then it goes through its 1-9 install process... Our problem is on one of our servers, which has a clean database, clean 12 hive, and no answer file i...

Real basic question about Sharepoint users

I cannot seem to get how this is done. I've read a bit about using AD, so I assume that Sharepoint can be set up to authenticate against AD? Besides AD, is it possible to manually enter users and groups in Sharepoint to be used for authentication purposes? Is it possible to use the two together? ...

Audience Targeting - hide it from unauthenticted users (Want a 'NOT' modifier to a group)

Hi. I have a image web part I want to show to anonymous users but hide from users once they log in. I have used audience targeting to set the target audience to 'All site users' and that show it to all users, but i need it to disappear once the user is authenticated. Any thoughts? ...

Implementing Connectable Web Parts which allow multiple connections

Hi Guys I have 5 different Custom Web Parts developed. I am planning to use Provider-Consumer framework for active communication between the Web parts. But some of my Web Parts which are consumers should also work as provider for another Web Parts . And provider Web Part should allow multiple connections. These Web Parts are derived ...

SharePoint2007 WebClient not handles redirection correctly

Hi All, I'm using .NET WebClient class to extract HTML pages from a SharePoint 2007 server. I can extract HTML content fine as long as there are no URL redirects. When there are URL redirects WebClinet class throws un-authorized exceptions. I have checked the network trace logs for my application and it seems the WebClient in fact han...