I have a SharePoint 2013 web part page that has 4 images and 4 webparts. I want to hide the 4 web parts and only have them show based on click of the image above. I.E. Image 1 click shows WP 1, Image 2 click re-hides other wp(s) opened and only shows WP2, and so on. See image below
Images used and 4 WP's
Related
I hold power bi pro subscription. I need to upload only 1 page from the multiple pages of power BI report to my company website, how to solve this issue? need help !
i tried to find the solution but could not find any way to do it????
You can hide all the other pages that you don't want to show.
Right-click on the page tab at the bottom of the canvas and select Hide Page. Note that there always needs at least one page unhidden.
I have a grid which displays data from the SharePoint list.
On clicking of Edit icon, it should display a popup, where it allows users to edit Expiration date and notes field as per below screenshots.
Once user clicks on save, it should save the data back to SharePoint list and grid.
May I know how it can be achieved in SP2013 visual web part?
I created a request form in Infopath that users can use to request supplies. My solution was to create a repeating section that has a list box of items from a Sharepoint list. I would like to see if I can also display the attachment that is tied with the item. Can this be done in Infopath?
1. Select where on Infopath form you want the image displayed
2. Insert ‘image’ from controls panel
3. Right-click on the image control, and select ‘picture properties’
4. Select the icon next to the ‘XPath’ field
5. Select ‘show advanced view’
6. Select ‘+’ next to the ‘Attachments’ folder, and select ‘:attachmentURL’
7. Click ‘OK’
8. Click ‘OK’
9. Save and publish the form
This issue is when I create a blog site in SharePoint 2013 and post more than 10 blog entries for a particular month, when I click on the month in the "Archive" section and click on the next page button (10 is the default limit) I get an empty page with the message: "There are no posts in this month". I have tested this by creating 12 entries using different categories, as well as 12 entries using the same category, and my results are the same: I can only see the first 10 results and the next page button displays an empty page. However, when I click on one of the categories that has more than 10 entries, the next page button works fine and I see the expected results.
I've researched and tested this issue extensively and was really hoping someone has a solution for this problem.
Thanks,
Aaron
My co-worker found the workaround for this issue. It was fixed in the SharePoint Server 2013 hotfix package (Sts-x-none.msp): October 8, 2013.
http://support.microsoft.com/kb/2825665/en-us
I would like to implement filtering on my sharepoint list. My list is having title and description columns and I would like to poulate the ASP.NET dropdown list control with titles and when I select the title I would like to show the description. I have followed the link http://msdn.microsoft.com/en-us/library/cc300163(office.12).aspx to implement this.
I have created a blank aspx page in Sharepoint Designer and followed the same steps. everything works fine but when I export the webpart, only description part is getting exported. I cannot see the drop down on the page (but when I preview it on the browser I can see both).
In your question you say that you are creating a aspx page and then exporting a webpart.
It could be that you are placing the drop down on one thing and exporting another.