I want make image slide show from database as exactly like www.manoramaonline.com on home page...
Features
1.image path from database
2.image description from database
3.and section name from database.
4.Each image/image description/ section name hyper linked to a different URL that from database
Click event may store some session variable.According to that variable value, destination page display details ..or directly linked to URL that from database
When you create the slide object with the image url, please assign XXX.ashx?url=X as the image url. With the specific parameter url, it will access the ashx page and retrieve the specific image from database.
You can search to find those image slide shows in CSS/Javascript. Normally, they require html structures to apply the slides. What you can do is to use for example a repeater control to render the HTML elements in the page, like <div> <ul> <li> etc.
You can databind the repeaters with the data from you database.
charlesmulak...
Member
5 Points
35 Posts
image slide show with asp image button
Aug 16, 2012 12:30 PM|LINK
I want make image slide show from database as exactly like www.manoramaonline.com on home page...
Features
1.image path from database
2.image description from database
3.and section name from database.
4.Each image/image description/ section name hyper linked to a different URL that from database
Click event may store some session variable.According to that variable value, destination page display details ..or directly linked to URL that from database
chetan.sarod...
All-Star
65759 Points
11153 Posts
Re: image slide show with asp image button
Aug 17, 2012 03:34 AM|LINK
Hi,
First, please check this link to show the image from database onto an ashx page.http://forums.asp.net/t/1218326.aspx
Use SlideShow ajax control
http://forums.asp.net/p/1115257/1728447.aspx
When you create the slide object with the image url, please assign XXX.ashx?url=X as the image url. With the specific parameter url, it will access the ashx page and retrieve the specific image from database.
http://geekswithblogs.net/Bunch/archive/2010/09/17/using-the-ajax-slideshowextender-with-database-images.aspx
Senior Software Engineer,
Approva Systems Pvt Ltd, Pune, India.
BU XI - MSFT
All-Star
22367 Points
2704 Posts
Microsoft
Re: image slide show with asp image button
Aug 21, 2012 04:46 AM|LINK
Hello
You can search to find those image slide shows in CSS/Javascript. Normally, they require html structures to apply the slides. What you can do is to use for example a repeater control to render the HTML elements in the page, like <div> <ul> <li> etc.
You can databind the repeaters with the data from you database.
If you have any feedback about my replies, please contact msdnmg@microsoft.com.
Microsoft One Code Framework