0
votes
1answer
23 views

textbox visual control how to get text

i have a user control, which has update panel and a button in it, when i click on button a message box appears, in messagebox i have one text box and another button, when i click on another button, ...
1
vote
1answer
18 views

no getting user control property from webpart

I am using this MSDN tutorial but it is not working, http://msdn.microsoft.com/en-us/library/ff649867.aspx When I try to get a usercontrol value, nothing comes up try { // Loads a user control ...
0
votes
3answers
40 views

User control propertie get from webpart

I have a webpart that is loading a user control, but I am not able to get the value of a webpart property in the loaded user control. The web part code goes like this: public class CVWebPart: ...
1
vote
3answers
46 views

Which webpart to use to add, delete, update data from a database table.

I have a table in database I want to use a webpart to add, delete and udate data from database table I can create a custom webpart with a gridview but is there out of box webpart in 2007 sharepoint ...
0
votes
1answer
35 views

Microsoft Windows SharePoint Services recommends including a SharePoint web part Manager on all master page?

I create a master page using SharePoint Designer 2007 and when I click save as a 'sample.master' file, I encounter the following message: Microsoft Windows SharePoint Services recommends including a ...
0
votes
1answer
17 views

how shall I update a webpart on page using SharePoint web services

Which method I can use to hide a webpart on a page using SharePoint web services for sharepoint 2007. Thanks Sophia London
0
votes
1answer
60 views

MOSS 2007: Unsafe webparts, file not found, and more fun

One day lately our dev server started acting very strangely. No configuration settings were changed the previous day. Nothing was deployed to the site either. Symptoms: all custom web parts cannot be ...
0
votes
0answers
41 views

Parser Error Message when clicking on the doucment webpart

We have Team Documents webpart which has document folders on a page. When we click on the webpart "Team documents" to open the documents link, the following error is being displayed. Parser Error ...
1
vote
2answers
62 views

sharepoint 2007 webpart question

I created a user control in visual studio I want to deploy to sharepoint 2007. This is my first one and I created the project using the repository pattern and POCO. Does sharepoint support this type ...
1
vote
2answers
50 views

Search webpart not giving results for subsites

We have a webpart to search documents that is not searching the sub-site of the site where the search webpart is placed Any suggestion on why the webpart does not give results of the documents ...
2
votes
1answer
51 views

Webpart not updating for Read only users

I have a SharePoint page with Two webparts, one of them is a list displaying the previous months, the other is a xsl webpart that displays the news of the selected month using the url. (like ...
1
vote
1answer
116 views

Custom webpart Personalization properties not saving in Sharepoint 2007

I've inherited a VB.NET / MOSS 2007 Sharepoint application and have been tasked with adding a new custom Webpart. I've declared a number of public properties to store configuration data for the ...
0
votes
3answers
240 views

Webpart properties getting empty after IIS Reset

I created a custom visual user control webpart property for my SharePoint webpart. The property has a textbox which is getting empty after an IIS reset. Can anyone tell me how to solve this issue ...
2
votes
2answers
378 views

Tutorial for displaying a MessageBox in a WebPart [duplicate]

Possible Duplicate: Couldn’t find any way of displaying a message box in Visual Webpart 2007 (User Control) I have been working on SharePoint 2007 for more then a year but still don't have ...
0
votes
1answer
45 views

Possible solution to a lot of expensive webparts on a single page

I have a question regarding the loading issue of a page. Current situation: I have a page layout in my SharePoint 2007 environment, this page layout defines a lot of web parts we can say up to 40 of ...
0
votes
0answers
35 views

Non-responsive Save button after drag and drop of webpart

This is a strange one... MOSS Enterprise publishing site, no customization of any kind and suddenly in both IE8 and IE9 I can no longer drag and drop web parts on any web part page. If I drag and drop ...
0
votes
1answer
63 views

Getting resources in a Visual Webpart

I want to get resources that are kept at directory in my visual webpart "User Control" for SharePoint 2007: C:\Program Files\Common Files\Microsoft Shared\web server extensions\12\Resources At the ...
1
vote
1answer
243 views

Display 0 rows in list view webpart if there is no filter set?

I am trying to setup a custom page that uses the document library "A" in multiple webparts to show only certain columns based on a "trickle-down" connection system. (please note ALL list view ...
0
votes
4answers
487 views

Create additional goal indicators on a KPI list

My requirement: SharePoint 2007. I would like to present a "dashboard" view, that displays line-items for particular metrics, each with an indicator displaying a summary score for that metric. The ...
0
votes
1answer
61 views

Design considerations for uploading documents into MOSS 2007

I am working on a design document for one of my projects in MOSS 2007. There is a requirement to create a custom interface to upload document along with metadata to a document library. I am not sure ...
0
votes
2answers
178 views

Webparts: What are publickeytoken's, how do I find out what I should set as?

I've been following the following guide to write and deploy a simple web part (first time doing this): http://www.codeproject.com/Articles/25019/Getting-started-with-SharePoint-2007-Web-Parts I hit ...
1
vote
1answer
274 views

Page load time in SharePoint web part?

I'd like to add a simple web part to one of our pages to track the load time of the page and display it to the user. Although I thought this would be common / easy to google it doesn't appear to be ...
0
votes
1answer
106 views

Is there a datagrid for SharePoint web parts?

I have some background in WPF / C# and would like to replicate what I can do there with datagrids in a SharePoint web part. Is there an equivalent control that I could use? If not, what do people ...
0
votes
0answers
69 views

I cannot open the source editor of my content editor web parts

For some reason when i try to view source/edit my content editor web parts I recieve an error on the page. The error says that msocontenttoolpartbasiccontentproperty is undefined and the editor ...
0
votes
2answers
146 views

mailto link in IE breaks after adding Search Core Results Web Part

I'm trying to create a link that pops open a new email in outlook: <a href="mailto:someaddress@mail.com?subject=blah">Feedback</a> and this works fine in firefox, but in IE9 it's ...
0
votes
2answers
55 views

Installing webpart

I'm a beginner on Sharepoint and I want to ask if I can install webpart at our subsite. I only have access to our subsite's MOSS. Thanks
0
votes
0answers
73 views

MOSS 2007: jquery can't access web methods from custom web parts

I have custom web parts on MOSS 2007 that uses jquery to call my custom web methods. I have been checking my MOSS 2007 Web Application on Firefox with Firebug and on the Console Tab it says 401 errors ...
0
votes
1answer
203 views

Ajax or jquery enabled Tab Zone Webpart with SourceCode

I am trying to find a TabZone Webpart Ajax enabled or using jQuery so that when I click on tab 2 while i am on tab 1 it shouldn't do a postback and make changes without loading page again. We are ...
3
votes
1answer
621 views

how to check if a webpart already exists on a page or not

I am adding three webparts with different titles to a given page url, but I need to check if webpart is already on page or not, here is the code i am using atm to add webpart to the page. using ...
1
vote
1answer
661 views

Filter Multiple connections List (no-code solution)

I have a mission to create a filter for any field of my list, there are many. The connection is just made in the first filter, I cannot connect more than once... I've searched for code which would ...
0
votes
2answers
449 views

How to Display a treeview Control in a webpart Or Alternatives

Hi I developed a TreeView that listing groups and users in them, but for some reason I cant find the best way even googled it, here's the Code protected override void CreateChildControls() { ...
1
vote
1answer
269 views

Hide “Edit Page” menu on customized DispForm.aspx

I have a custom web part (C#) for viewing/editing a SharePoint list, which I have added to the NewForm, DispForm, and EditForm pages for that list. Unfortunately, users with Edit permissions for the ...
0
votes
3answers
363 views

Access Denied for SPUserCollection.remove()

Works for administrator but not working for a normal user. I even tried it with "SPSecurity.RunWithElevatedPrivileges(delegate() {});" after breaking RoleInheritance, and even tried ...
0
votes
1answer
587 views

Changing all webpart's Zone ID on a Page programmatically

I Want to add all the webparts already exists on a Page with different zoneIDs into "Top" zone using c#. I know i can use this code of line SPLimitedWebPartManager wpManger = ...
0
votes
2answers
268 views

Updating Custom XML property of a webpart while adding it to a webpage

I followed this tutorial to make a tabzone webpart. if I want to manually add it to a page it works perfectly, but if I try to add it programmatically, it gives me out of index exception, which is ...
0
votes
2answers
622 views

Moving web part zone from the bottom to the right in wiki pages

I have a Wiki pages that I need to add a Web Part to. When I go to Site Actions, Edit Page and scroll to the bottom of the Wiki page I can click Add a Web Part and go through the process to get this ...
3
votes
5answers
603 views

Delete a WebPart from Web Part Gallery

I am trying to delete a Web Part from WebPart gallery but I don't see it there. The Web Part is available in the list when I try to add a Web Part in the page. This is the first time I am facing this ...
2
votes
1answer
158 views

file not found when click new in webpart gallery

I am getting an error when i click new webpart in webpart gallery. I want to deploy my custom webpart to sharepoint webpart gallery. I try to look in sharepoint log. Sadly, there is no further info in ...
1
vote
1answer
96 views

Custom web part with deleted list

I have a Web Part which links to a list. I'm not sure if this is the standard, but the developers have hard linked the list to the web part so that this particular list is set as a default of sorts. ...
0
votes
2answers
405 views

Data View Web Part (DVWP) for different groups

Here is my scenario: I have three groups, top-level Site Owners and sub-level groups Site Visitors and Site Testers. I have a single master list of resources with a variety of items stored in it. ...
0
votes
2answers
299 views

Webpart custom property not saving at first

I created a webpart with custom properties but once the webpart is added and the settings changed, it doesn't take effect until a publish or check in share draft. Clicking in OK or Apply in the ...
1
vote
1answer
650 views

How to make calendar default to “Expand All” view?

I have a single page on our site that I would like to load in the "Expanded" view (show all tasks without the "Expand All" option that hides anything over the maximum number). So far I've only seen ...
1
vote
0answers
120 views

Deploy Sharepoint Dashboad page and KPI List to other site

I have a report library in Sharepoint site where i have several dashboard pages. Each of these dashboard pages have kpi and excel web acess web parts in them (only out of box no custom web parts). A ...
1
vote
0answers
56 views

Hide Certain Fields in KPI Detail Web Part

Specifically i want to hide Workbook and Value Cell in a KPI Details Webpart ad prevent users from drilling down to the workbook. Any idea how i can do this using out of the box ?
3
votes
2answers
2k views

Structuring wiki pages with templates in SharePoint 2007

I need to create a custom template for SharePoint 2007 wiki pages. With ability to add multiple web parts zones on Wiki Page. Is it possible to do that, as I have read from online that wiki pages in ...
1
vote
3answers
544 views

sharepoint 2007 wiki customization

I have been asked to customize a SharePoint 2007 wiki site into a 'Wikipedia' like interface and functionality. After a bit of goggling it turns out that wiki's are not that readily customizable!! ...
1
vote
2answers
442 views

Target audience option not available in webparts for one web application

I have a web application where I am trying to use audience targeting on some Content Editor Web Parts in the root web. However, the 'Target Audiences' option is nowhere to be seen in the 'Advanced' ...
1
vote
2answers
138 views

Using Multiple CEWP's on same page only ever displays one

Trying to build a page with multiple graphs. Looking to use Google Code as it is nicer looking than a simple Excel graph set. http://code.google.com/apis/ajax/playground/ The first set of code always ...
2
votes
3answers
184 views

Recommendations for a 3rd party webpart that allows recurring events to be filtered by date

A while back I asked if it was possible to filter a calendar containing both recurring and normal events for items occurring [Today]. The consensus was no which I passed back to the user. Now they've ...
0
votes
1answer
371 views

Getting “Error: Access Denied” when Target Audience to Sharepoint Groups for webpart

I am trying to target a webpart to members of SharePoint groups. I'm doing this through the Advanced -> Target Audiences option for the webpart, and no issues seem to arise when actually adding ...

1 2 3