Click here to Skip to main content
15,885,141 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
I wants to make slide show image, but the image come from database. I am expect cs code and Html page, all

Thank you
Posted

you can use inline code, this is codebehind in HTML page like this:

define list of string (path of images from database) as protected.
and call it from HTML page like this:
HTML
<![CDATA[<% for(int i=0; i<list.count; i++)
{
 and show image here.
}
%>]]>
 
Share this answer
 
you can check this link..
[^]
 
Share this answer
 

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