Click here to Skip to main content
15,905,971 members
Please Sign up or sign in to vote.
1.00/5 (1 vote)
See more:
I'm working with asp.net webpages, C # and have a challenge ahead that is:

I have a string of 6 digits. I want to find some way of presenting these digits one by one on the screen. I intend to do some graphic manipulation that gives the user an illusion that these numbers are being generated,but in reality i have already saved this string and want to only display these values​​, with an interval of a few seconds each.

This string can be stored in a vector, and can create a method that runs through the vector and go picking at each position and display on screen
Posted
Updated 8-Oct-13 0:46am
v2
Comments
Mart Rijkers 8-Oct-13 6:55am    
What is your problem exactly, converting the string to digits, or displaying them on the screen?
RelicV 8-Oct-13 7:45am    
You could do that in jQuery instead of writing several lines of coding if that is okay for you. Take a look at jQuery show().

1 solution

Agree with RelicV. You could use jQuery. Basically jQuery performs some little animation things. Besides there're more than bunch plugins there to simplify the task. Check this one.
5 jQuery Number Animation Plugins[^], you could find more in Google.
 
Share this answer
 
Comments
fasher_the_one 8-Oct-13 17:50pm    
thanks for the tips. I'm beginner and know little about jquery. can guide me if my idea gives to be solved with jquery or other type of animation?
imagine you have a list containing a maximum of 6 digits, like this: [075216]
I intend to present these digits on the screen one by one, or as an example I saw of jquery be presented as random. is how to do this? is to orient me to a solution? is that still have no idea how to solve this problem

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