Questions tagged [web-parts]

Web parts are are the building blocks of Microsoft SharePoint web pages.

1693 questions
0
votes
1 answer

SharePoint custom web part jQuery is "undefined"

I am trying to move a custom web app (contacts list) from sharepoint 2010 to sharepoint 2013. The contact list works by using jQuery to show a name with a picture, and after clicking on the dark gray bar reveals the rest of the contact information…
0
votes
1 answer

Why table cell width not changing with CSS?

This question may look weird, but it is happening to me. I am using one in my visual webpart. In code behind I am generating few rows and attaching those rows to table. Table is displaying perfectly. But the problem is that, if try to…
Mihir
  • 8,696
  • 18
  • 56
  • 87
0
votes
2 answers

Hiding user interface parts in WSS 3.0 webpart - how?

I have a webpart with asp.net control within. I would like to hide some parts of that control, some asp:net panels etc. regarding one of the TextBox's value. The issue is that I don't know to change the visibility of asp:panel wrapper without any…
truthseeker
  • 2,214
  • 6
  • 30
  • 53
0
votes
1 answer

SharePoint 2013 How to use Web Part Connections? (Visual Web Part)

I’m currently trying to use web part connections to connect an out the box List to my visual webpart. Now I can find lots of examples of connecting 2 custom web parts together using a user defined interface but am having trouble finding examples of…
Troublesum
  • 285
  • 1
  • 3
  • 14
0
votes
1 answer

Upload a file via form to share point list

I am creating a visual web part to allow users to submit a form which would allow them to upload a document into a sharepoint list. My issue is uploading that document into the list. I am using the asp fileupload control and a "submit" button on…
0
votes
1 answer

Custom Web part in sharepoint 2013 to display videos from local computer

can we make custom web part to show videos from physical location? E.g if we upload videos to C:\videos folder and show it in sharepoint site? I mean where my web front server is installed there in c drive if i place all my videos than is it…
0
votes
1 answer

Have small chat application but i need current online users

In sharepoint I do have chatter web part. That web part does not show the online user. In sharepoint are there any ways to get online users into the WEB PART. Please guide it is the requirement. THanks a lot in advance
0
votes
3 answers

XSLT Web Part to display HTML

Please excuse if there is a better way to do this, I'm not too familiar with SharePoint web parts, I'm only just now getting into creating them. What I want to do is have a web part that I can drop into a page, give it a parameter, and then the web…
Chiggins
  • 8,197
  • 22
  • 56
  • 81
0
votes
1 answer

Sharepoint 2010 - Creating Web Part Zone without using Sharepoint Designer

I have created a page that has a top left and top right web part. The left web part will hold the navigation and the right will hold the body. When the two web parts are displayed they are vertical and I need them side by side (horizontal). Due…
user2441555
  • 1
  • 1
  • 4
0
votes
1 answer

How do I get previously opened site url in sharepoint 3.0?

I would like to get in my custom webpart an url address of the site which I was opened just previously before I get to current site(that with my webpart)? How can I achieve this?
truthseeker
  • 2,214
  • 6
  • 30
  • 53
0
votes
1 answer

Trouble with connecting between Provider and Consumer

Having issues with connecting a PPS Filter WebPart (Provider) to a custom webpart (consumer). Current Implementation: public partial class SQLTextWebPart : WebPart , Microsoft.SharePoint.WebPartPages.IFilterValues { private…
GoldBishop
  • 2,820
  • 4
  • 47
  • 82
0
votes
2 answers

sharepoint listview web part access deined error

I have created listview web part do display infopath form . When i open the forms using adminstrator login everything works fine but when i login using normal user account the fallowing error is displayed . "Error: Access denid" Can anyone give…
0
votes
1 answer

Can We Create SharePoint Custom Web Parts in Office 365 Online with out using Visual Studio?

I am new to SharePoint and Exploring the Office 365 Small business feature online using trial subscription. I'm able to create 'App Parts' using Office 365 Developer Site Subscription(by using 'NAPA' SharePoint Developer tool). Now I wanted to…
0
votes
1 answer

SharePoint 2010 Web Part that needs to call a dll and .js files

I am trying to create a SharePoint 2010 web part. The web part I am trying to create will contain, amongst other things, a custom asp.net server control as a dll. The dll refers to a number of files including a .js file that are all contained in a…
0
votes
1 answer

GridView SelectMethod Issue With WebPart Sharepoint 2013

Hi every one , I have a problem with a gridview in webpart sharepoint 2013 ,I use model bind with the gridview and I have assigned a select method to the gridview when I deployed the webpart it raise the following error A public method with the name…
Mahmoud Samir
  • 1,008
  • 1
  • 7
  • 13