Wrox Programmer Forums
|
Visual Web Developer 2005 Discuss creating ASP.NET 2.0 sites with Microsoft's Visual Web Developer 2005. If your question is more specific to a piece of code than the Visual tool, see the ASP.NEt 2.0 forums instead.
Welcome to the p2p.wrox.com Forums.

You are currently viewing the Visual Web Developer 2005 section of the Wrox Programmer to Programmer discussions. This is a community of software programmers and website developers including Wrox book authors and readers. New member registration was closed in 2019. New posts were shut off and the site was archived into this static format as of October 1, 2020. If you require technical support for a Wrox book please contact http://hub.wiley.com
 
Old March 9th, 2011, 03:02 AM
Authorized User
Points: 410, Level: 7
Points: 410, Level: 7 Points: 410, Level: 7 Points: 410, Level: 7
Activity: 0%
Activity: 0% Activity: 0% Activity: 0%
 
Join Date: Oct 2009
Posts: 72
Thanks: 17
Thanked 0 Times in 0 Posts
Unhappy Image Rotation

Hi,

Following is summary of my complex problem :

On a web site after completing a test. The user gets his result.
The Result Looks like following on web page :

No.1 Career : Management
No.2 Career : Fitness
No.3 Career : Trainer

And the code-behind for this AFTER CALCULATION is :

Response.Write(careers(0) & "<br />")
Response.Write(careers(1) & "<br />")
Response.Write(careers(2) & "<br />")

So, what i have to do is : DISPLAY IMAGES one after another in a Banner, of the careers which is in the result.
for e.g : Image of Management, Image of fitness, Image of Trainer in the above case.

What is the code for this Image Rotation one after another(in total 3 images should rotate, but in some cases if Result shows only 2 Careers, then only 2 Images should rotate ).


Please note : The Result may change, as there are 19 CAREERS in total, So I have to DISPLAY IMAGES corresponding to the Result Careers.

Thank You for Help....!!





Similar Threads
Thread Thread Starter Forum Replies Last Post
Chapter 1 - Toolbar rotation example [email protected] BOOK: Professional iPhone and iPad Application Development 3 February 28th, 2011 10:05 AM
How to: Upload image to server and save image name in db with other form info Clint PHP How-To 1 October 26th, 2009 05:50 AM
set image on <asp:Image> stored in DataBase myself.panku ASP.NET 2.0 Professional 1 August 11th, 2008 10:41 AM
text rotation bimbolin BOOK: Professional Crystal Reports for VS.NET 1 January 17th, 2007 05:24 PM
3D Image rotation in C#.NET satishnagare C# 1 December 22nd, 2005 06:29 PM





Powered by vBulletin®
Copyright ©2000 - 2020, Jelsoft Enterprises Ltd.
Copyright (c) 2020 John Wiley & Sons, Inc.