a modified piece of software

learn more… | top users | synonyms

0
votes
1answer
463 views

Custom link button - image dissapearing after updatePanel reload

I created a custom link button control so it can display also an image. Code below: namespace SharepointTools.Controls { [ToolboxData("<{0}:CustomImageButton ...
0
votes
2answers
174 views

Custom My Site Tab shoud have same template like My Site - Organisation Tab or My Site - Overview Tab

I created a custom Tab ("CV") in the My Site Area. The Link shows to "../my/CV.aspx" - i also created a new Website with the specific directory but i'm trying to get the right template there. The ...
0
votes
1answer
309 views

How can I load a list in a web part based on a selection from another web part?

I have two lists, one with data about a group of elements, and the other with calendars to be used for creating schedules for these elements. I've set up a page with two list views; one showing the ...
0
votes
1answer
352 views

custom grant permissions page

I was asked to investigate if a custom "Grant Permissions" page can be built in Sharepoint 2010. It should: Allow admin to set users for each group (visitors/members/owners) in one page. Currently ...
0
votes
0answers
11 views

not all columns appearing in edit in datasheet

I have a customized work order view with the following fields: ID#, Title, Assigned To, Client, Status, Priority, Due Date, +8 other fields When I got to Edit in Datasheet, the Client field doesn't ...
0
votes
2answers
33 views

SharePoint 2010 Cannot access Properties or Events of my Custom UserControl in my Application Page

I have created a UserControl (Farm) in my SharePoint Project using VS2012 (for SharePoint 2010). I want to embed/host this in an application page. I have added properties and events to the ...
0
votes
1answer
21 views

Custom form with link to document

I have a custom form. In it I need to add a link to a document library. I need that this links works in the same way as a link in a document library (i.e. - when you click on it you have the option to ...
0
votes
1answer
41 views

Custom Webpart: Type not found or not registered as safe!

I'm trying to implement this web part concept provided by Microsoft in our SP2013 environment using VS2012. MSDN SPDataQuery Class Example I've created a solution in VS2012 and verified that the ...
0
votes
1answer
37 views

Why the “group work lists” like “announcements, links, tasks, events” are not exist when my feature eventreceiver is triggered?

I have created a custom web template where I activate the webfeature "Group Work Lists". I have also a event receiver where I would like to do some logic. I try to get the splist item of one of my ...
0
votes
1answer
83 views

Why I can not add a list to some webpart zone in my custom web template home page?

I have created a custom web template and it will be deployed by feateure1 for example. Then I have also a module with inside of it the default page declaration. This module will be deployed by ...
0
votes
1answer
34 views

Can I deploy and use my new custom web template at an existing site collection?

I am using sharepoint 2010 and VS2010. I have crated a custom web template and when I deploy it I need to create a new site collection where my custom template will be available if I create a new sub ...
0
votes
1answer
16 views

How to create new webtemplate, inherited from another custom web template?

I have a sharepoint 2010 portal styled by someone else. If I am in my sharepoint portal and try to create a new site I see 2 templates. First one is publishing site and the other is a custom template ...
0
votes
1answer
43 views

Where can I find my custom application page in central admin?

I am using sharepoint 2010 and created in VS2010 a new application page by the template "Central Administration PAge (CKSDev)". It created automatic for me the page and also the action. See here the ...
0
votes
0answers
37 views

Sharepoint word metadata number type

I am having some trouble importing word custom document properties into columns within Sharepoint. The text fields work fine, but the number type fields are turning up blank. We are using word 2003. ...
0
votes
1answer
83 views

Custom alternative to Datasheet view of SharePoint

I have taxonomy fields as well as rich text boxes in my SharePoint 2010 list which needs to be edited in datasheet view so that bulk update is possible. Also I have Workflow goin on that list so ...
0
votes
1answer
63 views

infopath custom page layout template

I want to add a custom page layout template to my infopath form layout. Is it possible? actually i want to make my infopath desings on this background. thanks 4 help. infopath 2013
0
votes
1answer
69 views

Custom listform template works in visual studio and development environment, but not after deploy on test enveronment?

I have created a custom listform template with some logic. See also: How to use your own custom ListItem template for Display, Edit, and New I implemted also something like this: ...
0
votes
1answer
63 views

How would custom aspx pages with code behind be used for workflow forms

We have a situation where we developed reusable workflows, content types and InfoPath 2010 forms for a client as a proof of concept but now the client has decided they can't go ahead with the ECALs ...
0
votes
0answers
15 views

Create custom column in custom view to know the folder source of document

In the custom documents view (document documents approved/rejected) I want to know the source of the document. All the document from the library (root) is listed, but I don't know where the documents ...
0
votes
0answers
191 views

SharePoint 2013 dynamic Navigation for Site

I am building a site in SP 2013 and have a question on the navigation. Initially we will have 4 items in the global navigation as: Page 1 Page 2 Page 3 Page 4 Now, based on the user selection, I ...
0
votes
0answers
38 views

Custom Sharepoint form edits in Infopath [duplicate]

I created a custom form in Infopath 2010 and submitted it to Sharepoint. I can create a form within the browser just fine, but when i go to edit the submittion, it opens in infopath and not in the ...
0
votes
1answer
183 views

How to use your own custom ListItem template for Display, Edit, and New

I would like to use my own custom ListItem template. I also would like to overule the ListFieldIterator method to use some logica to include or exclude some fields dependance on user/usergroups: ...
0
votes
1answer
244 views

How to add dynamically dropdown for each item I get from a list?

I am working on a custom editor part (WebParts.EditorPart) where I am reading a list, this list provides me with the links to different websites which are attached to a checkbox, so the user can ...
0
votes
0answers
122 views

Custom field type people picker

when I write a mail in this custom field, it should be search in Active Directory and if the user is present, the other fields correlated in the form must be auto filled. It is possible create a ...
0
votes
0answers
85 views

What causes the ribbon bar to be missing in master (landing) page and still visible but disabled in subsites?

I am missing the ribbon bar in my custom master page but it displays in all subsites in disbled condition. I have used the same copy of v4.master page and added my new custom css. I've edited the ...
0
votes
2answers
206 views

custom top menu navigation in sharepoint

I have a question regarding a top navigation that will look something like this: Home | Staff | IT | Organization With subitems on f.x. IT like this: Manuals Protocols In a dropdown menu like ...
0
votes
2answers
167 views

PDF Icon in announcement lists attached files

I added the following line in the DOCICON.XML file and I get the PDF icon in my document lists, but not in Announcement lists that have a file attached or uploaded as a PDF. <Mapping Key="pdf" ...
0
votes
0answers
41 views

Problem with Searching Custom Help Content

I have SP server 2010 installed and I have 'Search Service not Found' error and now started SP Foundation Search. In the Search Server of content database, selected the search db which was created on ...
0
votes
0answers
167 views

Create custom login page for both windows and forms based authentication

I created one site with forms based authentication. Now I want to create custom login page for both windows and forms based authentication. For this I followed this post. In this for windows ...
0
votes
2answers
125 views

Best approach for writing custom code for uploading files to a document library in WSS 3.0?

What is the best approach if i want to write custom code for uploading files to a document library in WSS 3.0 ? I have few custom columns also in my document library. So, i would need that also as an ...
0
votes
2answers
88 views

Is it possible to programmatically write to 2 different lists at the same time?

So heres a conceptual question that I can't really find in any books. Is it possible to programmatically write to 2 different lists a the same time. I mean I think it is, but my code is not working ...
0
votes
0answers
352 views

Where is template for customizing Person.aspx in SharePoint 2010?

SharePoint 2010 Enterprise, when using default mysite on front page it has some user details (first name, last name, department etc.). I have additional filed named Skype (which has skype name). Using ...
0
votes
0answers
181 views

Nintex Workflow (custom list) [closed]

I created a custom list and attached a nintex workflow to it. The workflow starts with a condition (If the individual chosen a specific department then the email would go to that manager. After that ...
0
votes
1answer
108 views

EditorPart with default “…”-button for editing textfield

I have made a Custom WebPart, with some Custom EditorParts in it. My Custom EditorPart consists of a simple TextBox and a Validator. My only problem is that I'd like my TextBox to have that "..." ...
0
votes
0answers
295 views

Sharepoint 2010 publishing approval custom workflow

I need to create a custom publishing page approval workflow using SPD 2010. Actors: owner, contributors, approvers Type: parallel. Process: 1. Owner creates a page and assign to the contributor group ...
0
votes
0answers
54 views

Custom Web Part won't render properly after 2007 to 2010 upgrade

We did a sandbox deployment for a solution. The "Add Document" link is missing at the bottom of the page. If we edit and save the page it references the new master file and everything works fine. ...
0
votes
0answers
83 views

2010 PowerPoint slides Library into SharePoint 2010 list

We have a document library with PowerPoint 2010 slides, and would like to take each slide, say there are 20, and convert this PowerPoint document library into a separate list. This way, we would have ...
0
votes
0answers
156 views

Using customized list field iterator breaks sharepoints attachment behaviour

I have a requierement to supply the customer with a non standard form for a custom list. On a sharepoint 2010 platform. In order to solve this problem i have developed a custom list which uses a ...
0
votes
1answer
327 views

how to deploy a custom list form when the list is created in the feature EventReceiver?

how to deploy a custom list form using Visual Studio 2010, when the list is created in the feature EventReceiver?
0
votes
1answer
294 views

Progrmatically How to avoid _login\default.aspx when multiple TIPS are added to the web application in sharepoint 2010?

I have a requirement as follows. On a single web application extranet zone, multiple tips are installed using Site Minder. Here is my question, when i try to access a site, site minder login page ...
0
votes
1answer
123 views

SharePoint 2010 Mixed Mode Custom SignIn ArgumentException

I'm using an ASP.Net LoginView to sign users into my web site. The authentication process runs through successfully, but when the user is redirected back to the designation url provider, I get the ...
0
votes
0answers
8 views

Under what criteria to columns show on the WorkFlow Information page?

Under what criteria do fields display on the WorkFlow Information page or WorkFlow Status page (Workflow.aspx)? Also, is it possible to add additional fields to that page or must you create a custom ...
0
votes
2answers
283 views

Is it possible to change (modify) Custom Site Template name?

Is it possible to change the name of my Custom Site Template? Right now I have a custom site template, the name of this template is "Member Template" And I would like to change the name to "POST ...
0
votes
1answer
68 views

Custom Search Page

I'm currently assigned with creating a custom search page from scratch. Thus, I need a query that will go through all of our site and find me pages that contain key words on these pages. Does ...
0
votes
0answers
168 views

Custom Role Provider and Target Audience

I have created a Sharepoint site which uses Custom-membership and custom-roles provider. I have hardcoded roles like “developer”,”software-engineer” and assigned these roles to some users. I have a ...
0
votes
0answers
187 views

Implementing tab display for list items

I'm working with sharepoint 2007. I've been following this link to create a tabs display http://sharepoint.microsoft.com/Blogs/GetThePoint/Lists/Posts/Post.aspx?ID=443 Althought i encounter a lot of ...
0
votes
1answer
75 views

How to quickly get the EditForm look and feel and functionality and customize it?

I have developed a custom ASPX page (a SharePoint application page) which is used as a replacement for the default EditForm. I need to have some fields available for editing (so, not all as the ...
0
votes
1answer
263 views

Creating a Windows Gadget that gets populated from a Sharepoint List

I am trying to create a Windows Gadget for a Intranet site with hundred of sites & different groups with different permissions. The intranet site is secured with SSL/https, I looked at google ...
0
votes
1answer
40 views

Microsoft Sharepoint 2007 - Having limit of max absence (MC,Leave) function?

I've just joined a company, and they threw me their sharepoint website which had functions up and running, including the Absence and Leave Calendar. Currently the absence and leave calendar functions ...
0
votes
1answer
143 views

Lost custom theme on migration from SP2007 to SP2010 using content database upgrade

I lost custom theme created in SP2007 site upon migration to SP2010 using content database upgrade. I read somewhere that I need to copy existing theme from the C:\Program Files\Common ...