Skip to main content

All Questions

Tagged with
Filter by
Sorted by
Tagged with
1 vote
1 answer
781 views

Fill SharePoint People Picker from SharePoint List Column

I have a SharePoint List who has the column of type Person or Group. In my webpart solution I am trying to use Caml Query to get the Data of the List based on Department column. Each Department is ...
Alina Anjum's user avatar
0 votes
1 answer
46 views

How to implement Auto-fill behavior for search in custom Web Part in SharePoint

I am trying to implement Auto-fill behavior for search in custom Web Part in SharePoint here I have to read data either from SharePoint list or SQL Server database table. Here I can implement these ...
Madhav's user avatar
  • 1,494
1 vote
1 answer
2k views

Connect to SQL Database from Custom WebPart

I am trying to create a custom web part in SharePoint 2013 that connects to a SQL 2012 database. I have gone as far as I can with the SharePoint BDC to connect to the external data. I am not able to ...
Moe's user avatar
  • 45
6 votes
1 answer
2k views

Best Way to create Custom Poll Web part in sharepoint 2013?

I need to create a custom poll web part, My requirement is User able to responds the poll, the admin needs to create a poll question, He needs options to choose the poll options type (checkbox, radio ...
Debugger's user avatar
  • 1,722
0 votes
1 answer
194 views

Use Cascading Dropdowns in Custom Editor Part

How would I set up a cascading dropdown in my custom web part's editor part so that when I, for instance, choose a list from the first dropdown the second dropdown would be populated with a list of ...
Neberu's user avatar
  • 178
1 vote
1 answer
98 views

How to detect page properties in Custom Webpart

Is there a way in the server side .NET code of a custom built web part to detect and use the properties of the page the web part will be deployed on. So page library has custom column (property) "x" ...
Neberu's user avatar
  • 178
14 votes
2 answers
10k views

Cannot uninstall the LanguagePack 0 because it is not deployed

I'm trying to run the following PS command on a SharePoint 2010 Foundation Farm: Update-SPSolution -Identity testwebpart.wsp -LiteralPath C:\ChrisProjects\TestWebPart\TestWebPart\TestWebPart\bin\...
Christine's user avatar
  • 356
1 vote
1 answer
2k views

Populate Custom Web Part Property from List

I have a custom web part (Contact Info) with a property (Topic). The topic is a drop down list (ie behind the scenes its an enum type. What I would like is for the values of this dropdown property to ...
Neberu's user avatar
  • 178
0 votes
1 answer
384 views

Custom Web Part in fixed height div

I am developing a web part and it loads correctly, however when it is set to a fixed height a DIV is appearing before my rendered content with a height set that is the same as the fixed height I set ...
Lima's user avatar
  • 193
0 votes
1 answer
2k views

Farm solution deployed to my web application , is not available to new site collections

I have a .wsp Farm solution deployed to my web applications, as follow:- I have created this solution using VS .Now inside my current web application I have 2 site collections. Old site collection ...
John John's user avatar
0 votes
1 answer
2k views

In SharePoint 2013, How do I use the person field (people picker) in a custom web part?

Sharepoint 2013 gives a pop up when the cursor is kept on top of a users name ( the pop up allows to connect to email, lync, etc) I need to add that field in my custom webpart... Is there any way ?
DannyRatna's user avatar