How to make automatic browsing to images from database ?

Discussion of open issues, suggestions and bugs regarding Entity Framework support in ADO.NET Data providers
Post Reply
ahmedsa
Posts: 10
Joined: Mon 15 Aug 2016 10:17

How to make automatic browsing to images from database ?

Post by ahmedsa » Fri 28 Apr 2017 10:00

I work in MVC 5 c# in visual studio 2015 web applications

I have table pictures in SQL server 2012 have two fields

ID

Image

ID have number of image inserted like 1,2,3,4,5

Image field store picture added

what i need actually browsing images found in table pictures in database from last image inserted to first in page

and browsing between every image and another 1 second automatically without using button 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 ?

Shalex
Site Admin
Posts: 9543
Joined: Thu 14 Aug 2008 12:44

Re: How to make automatic browsing to images from database ?

Post by Shalex » Mon 01 May 2017 12:39

Please ask question specific to the Devart product(s) functionality. If you are generating code via Entity Developer, specify how we should modify an existing code generation to fix the issue you have encountered. A test project for reproducing a problem specific to the Devart tool will be appreciated (send it via our contact form).

Post Reply