Web parts are are the building blocks of Microsoft SharePoint web pages.
Questions tagged [web-parts]
1693 questions
0
votes
1 answer
Where is a SharePoint Community for Webparts?
I am searching a SharePoint Server 2007 Webpart which can do following
* change password
* lost password recovery (e-mail)
* change password reminder (e-mail)
I have been searching the Internet but somehow there aint as many webparts as for example…

elhombre
- 2,839
- 7
- 28
- 28
0
votes
2 answers
401 UNAUTHORIZED in SharePoint 2007
I've created a web part that gathers information from a Document Library. It works well under the "admin" web application (we have two web apps: admin site for non-anonymous users; www site for anonymous users. These two sites share the same…

Jay
- 43
- 1
- 11
0
votes
1 answer
HTML Source Editor - Web Part
I am working on an HTML web part. I wanted to make other web parts on the page to be collapsable and expandable. I found this script to place in an HTML form web part. It does exactly what I want. The only thing is all the other parts automatically…

Megan
- 622
- 1
- 10
- 16
0
votes
1 answer
Bug in visual studio?
I am developing a web part for SharePoint in Visual Studio. This web part displays record from database. There is some line of code containing jquery/javascript code. I commented it, and now records have stopped displaying. I undid this action so…

Frank Martin
- 3,147
- 16
- 52
- 73
0
votes
2 answers
Listing Nintex Workflow Tasks across a site collection
I am working on a SharePoint web part that would approve selected Nintex Workflow Tasks. It would be simple form listing Nintex Workflow Tasks (check-boxes for the ones that need to be approved). Does anyone have an example how to get Nintex…

Jakub Holovsky
- 6,543
- 10
- 54
- 98
0
votes
1 answer
Web App not showing up in SharePoint 2013
I've created an on-premises development environment for apps for SharePoint.
I've jumped throught the myrriad of hoops in order to get all of this working and I can build and deploy the apps to SharePoint but when I come to add an instance of the…

BarrieK
- 1,239
- 1
- 10
- 12
0
votes
1 answer
SharePoint extensions for VS - which version have I got?
I'm using Visual Studio 2008, and have downloaded VSeWSS.exe 1.2, to enable Web Part development. I am new to SP development, and am already bewildered by the number of different versions of SP, and the VS add-ons. This particular problem has come…

Stephen Hosking
- 1,405
- 16
- 34
0
votes
1 answer
how to add radiobutton for a category in editor part sharepoint
how to add radiobutton for a category in editor part sharepoint??
for dropdownlist, textbox ,checkbox we can use enum,string or int,bool but if i want to add radiobutton,radiobuttonlist or any other control in a particular category then how can add…

user266341
- 1
- 1
0
votes
1 answer
How can I user ConnectionProvider/Consumer with WebParts that use RegisterInterface?
I'm writing new web parts that need to communicate with pre-existing third-party webparts. If I use RegisterInterface to provide a connection point, I can set up connections between my new web part and the third-party ones. However, so far I haven't…

Rytmis
- 31,467
- 8
- 60
- 69
0
votes
0 answers
Sharepoint Content Query Web part selective subsite
Dear SharePoint Expert,
I want to create a Content Query web part in SharePoint 2013 called "Latest Upload":
1. i created the web-part:
2.in query source: i selected --> Show items from the following site
and all sub-sites: i chose a site.
…

Johnny Zghaib
- 518
- 1
- 12
- 30
0
votes
2 answers
how to make a web part visible to particular users in sharepoint?
I have created a webpart annual results.This should be available only to managers and not for developers in the home page.How to achieve it?

sharath
- 1
0
votes
1 answer
Is it possible to put a Content Editor Web Part in a sharepoint app page
Is it possible to put a Content Editor Web Part in a sharepoint app page along with the ability to edit the web parts contents from the browser? In other words have it behave as it would on a web part page.
I can get the web part to show but I have…
user231274
0
votes
1 answer
Get SharePoint logged username from page displayed at WebPart
I have a webpage hosted in my local server being displayed inside a Page Viewer Web Part in SharePoint 2007.
I would like to include a user check inside the pages in my server, so when an user tried to access some page through the SharePoint web…

brWHigino
- 260
- 1
- 2
- 10
0
votes
0 answers
sharepoint file sharing issue
Dear Sharepoint Expert,
I am new to sharepoint and i am facing an issue on Sharepoint 2013:
There is a user X that has admin access:
he Created a webpart, and uploaded files(zip files) there, and shared it with some users,
the users were able to…

Johnny Zghaib
- 518
- 1
- 12
- 30
0
votes
2 answers
adding custom property to webpart with a custom toolpart
I'm trying to add a custom property to my webpart as below:
[Personalizable(PersonalizationScope.Shared)]
[WebBrowsable(true)]
[System.ComponentModel.Category("Settings")]
[WebDisplayName("RSS List Path")]
…

test
- 23
- 2
- 7