Click here to Skip to main content
15,894,017 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Does any one idea how to change images/interactive blocks on the web pages. This images/ blocks should be changed after some period of time, lets say after every 5 days. And i have the images/ blocks saved in sql server 2008.

if anyone have idea please help me
Thanks
Dhara
Posted

1 solution

Since images are saved in DB, you can loop through or use different images based on their ID's/Names.

Add the images in your webpage at runtime. This would give you flexibility to change image when needed. Periodically, using a defined mechanism to select the ID's or randomly, pick the names and use them.
 
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