Already we saw how to create a SharePoint document library with folders using vs 2015 .
What a SharePoint Document Library is,
- A Document Library is a collection of files that you can share as documents with your team members.
- A Document Library stores the files and you can maintain the data in various folders.
- A SharePoint Document Library is a place on a site where you can create, collect, and update files with others.
- You can set the permission to each Document Library for the users.
- You can show a Document Library in web part pages as List View Web Parts.
Use the below code to retrieve the images from SP document library folder,
Step 1
Open the ascx file in your project add the below html, Make sure to refer the bootstrap files
- <div class="row">
- <div class="carousel slide" id="myCarousel" data-ride="carousel">
- <ul class="carousel-indicators" id="carouselIndicatordiv" runat="server"> </ul>
- <div class="carousel-inner" id="carousaldiv" runat="server"> </div> <a class="carousel-control left" href="#myCarousel" data-slide="prev" id="leftIcon" runat="server"></a> <a class="carousel-control right" href="#myCarousel" data-slide="next" id="rightIcon" runat="server"></a> </div>
- </div>
Step 2
Open the ascx.cs file in your project. On the page Load call your method like below,
Step 3
Add below code to your solution

Netaji JunghariPosted Oct 21, 2019, 8:48 AM
Hi Kaviya, im searching solution for , i've SP library and there is Token number column & app id column. im trying when filtering App id all the token numbers information will be display as preview.
Mohammed TahirPosted Mar 12, 2018, 8:04 AM
If you share final result with screenshot so it's more useful.