Click here to Skip to main content
15,891,529 members
Please Sign up or sign in to vote.
5.00/5 (1 vote)
See more:
Dear All;

I am building an application for Race Management system , and I want to display on a monitor the results and updates , but I don't want to display a normal Grid or datarepeater , I want it to display for example randomly same as stock market screen or Airport for arrival flights ...
for example the results for the first lap then after few seconds displaying the second lap , and still repeating in an animated way ???
What control or logic I can use to display my data ??
Posted
Updated 10-Jan-13 9:22am
v2

1 solution

A grid or repeater can be styled any way you like and will always be the easiest way to have complete control over your UI, while having the advantages of a data driven control. If this is a website, please mark your question as ASP.NET, in this case the answer is the same, but in future, always tell us if it's ASP.NET, MVC, Winforms, WPF, etc.
 
Share this answer
 
Comments
Tamer Hatoum 10-Jan-13 15:20pm    
No this is just a windows form application using C# , but my question is how to display the data in an animated way , that display for example the results for the first lap then after few seconds displaying the second lap , and still repeating ???
Christian Graus 10-Jan-13 15:23pm    
you can create a data driven control with controls in it that animate. Either way, the animation part, you need to write for yourself. I'd search the articles on this site for examples
Tamer Hatoum 10-Jan-13 15:44pm    
my concerns is not the data ,cause I built a UPD and SQL triggers to get the latest data , only my concerns how to animate it and makes interactive , cause I am displaying it on huge screens ,
Christian Graus 10-Jan-13 15:59pm    
Good, because that is the question I have answered. If you want animation, I would say one other thing. You really should be using WPF, not webforms. WPF lends itself to tons of animations and a slick UI.

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