---
title: "How to make automatic browsing to images from database ?"  
description: "How to make automatic browsing to images from database ?"  
author: "Abeer Shlby"  
published: 2017-04-28  
updated: 2017-04-28  
canonical: https://www.mindstick.com/forum/34287/how-to-make-automatic-browsing-to-images-from-database  
category: "c#"  
tags: ["c#", "jquery", "asp.net mvc", "entity framework"]  
reading_time: 1 minute  

---

# How to make automatic browsing to images from database ?

I work in MVC 5 c# in [visual studio](https://www.mindstick.com/articles/12378/visual-studio-for-mac-is-out-of-beta-preview-now-officially-available) 2015 [web applications](https://www.mindstick.com/blog/11464/improve-your-understanding-of-web-applications)\
\
I have table pictures in [SQL server](https://www.mindstick.com/articles/12999/what-is-table-valued-function-in-sql-server) 2012 have two [fields](https://www.mindstick.com/forum/159126/sql-query-for-all-tables-and-fields-in-an-oracle-db)\
\
ID\
\
Image\
\
ID have number of image inserted like 1,2,3,4,5\
\
Image field store [picture](https://answers.mindstick.com/qa/38554/name-the-oscar-winning-sound-designer-who-became-the-first-asian-to-win-the-award-for-best-sound-for-documentary-india-s-daughter-at-the-coveted-motion-picture-sound-editors-63rd-annual-golden-reel-awards) added\
\
what i need actually browsing images found in table pictures in [database](https://www.mindstick.com/articles/12226/use-of-database-in-sencha-extjs-and-insert-record-from-user-form-using-ajax) from last image inserted to first in page\
\
and browsing between every image and another 1 second automatically without using [button](https://www.mindstick.com/articles/63/how-to-add-button-in-datagridview-in-csharp-dot-net) or scroll\
\
suppose i have 4 images in database in table pictures\
\
after page open picture 4 display after 1 second picture 3 display after 1 second picture 2 display after 1 second picture 1 display .\
\
How i do that please ?


---

Original Source: https://www.mindstick.com/forum/34287/how-to-make-automatic-browsing-to-images-from-database

Copyright © MindStick Software Pvt. Ltd. This Markdown version is provided for developers, AI systems, and offline reading.
