Click here to Skip to main content
15,881,882 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
VB
hi

I have a problem

I have Group of images in database in image datatype.  I want to slideshow these images .  Please tell me what to do.



Regards,
vicky
Posted

1 solution

You could use SlideShow extender from ASP.NET AJAX Toolkit.

Adding this control to your page you can specify the image control that should be used for showing images and write down a page method (which will fetch the data from DB) to supply images to the slide show and return it to the control. Sounds complicated but it isn't.

More information you can find it here.

http://www.asp.net/ajaxLibrary/AjaxControlToolkitSampleSite/SlideShow/SlideShow.aspx[^]

and an example here:

http://channel9.msdn.com/Blogs/eliseta/ASPNET-AJAX-SlideShow-Extender[^]

http://www.dotnetcurry.com/ShowArticle.aspx?ID=287[^]

Cheers
 
Share this answer
 
Comments
vickyc049 13-Sep-12 6:15am    
I have to show images from database im which is stored in bbinary format
Mario Majčica 13-Sep-12 6:20am    
You will need to load them and transform them before the control starts.
How about writing an http handler that will serve this images?
This article may be helpful http://www.aspsnippets.com/Articles/Display-Images-from-SQL-Server-Database-using-ASP.Net.aspx

and

http://www.dotnetcurry.com/ShowArticle.aspx?ID=129
vickyc049 13-Sep-12 12:37pm    
my problem is not solved

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900