Widget use RadRotator display image load on demande from a database
Hello,
I would like to make an ImageRotator widget that display a picturs existe in a sqlserver database so how can i make a module that be able to integrate to my site on sitefinity ?
Dear Berrabah
Are the imges in a SF library or an external database table.
I have a rotator which display image from a choosen SF image library
Markus
Dear Berchtold
Thank you so much
The picturs are stoked in an externel sqlserver database (image type),so for that I should build a module that get the pictures from the database and display it in a RadRotator.
Maybee this is an starting Point for you.
http://demos.telerik.com/aspnet-ajax/binaryimage/examples/overview/defaultcs.aspx
Hi TMatt,
The RadBinaryImage can be used to display one image,in my case I should to used a RadRotator to display many images the same thing like ImageRotator Widget with exeption that the pictures are stocked in a sqlserver database (type image: binarydata) .
Thankx for help