Click here to Skip to main content
15,881,852 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hello Friends,

I am developing an online exam Web Application.
I am facing some problem during result show. I want to show result through percentage bars. One with total marks for subject and second with student's obtained marks.

Please help me.....
Posted
Updated 15-Apr-13 21:20pm
v2
Comments
Maciej Los 16-Apr-13 3:20am    
What have you done till now?
Where are you stuck?
Malli_S 16-Apr-13 3:20am    
Please post the code where you've problem. And feel free to search some tutorials or samples on google.
Prasad Khandekar 16-Apr-13 3:42am    
Hello Jackaal,

You can do this in Javascript as well. Here is an example (http://jsfiddle.net/ZK3VK/)

Regards,
jackaal-Feb2013 17-Apr-13 6:31am    
i think so its will help me...
jackaal-Feb2013 17-Apr-13 6:31am    
thanks....

Hi...Frnz!

I hope this helpful for u.


// For ProgreeBar
Duration dd = new Duration(new TimeSpan(20));
DoubleAnimation da = new DoubleAnimation(33.0, dd);
progressBar1.BeginAnimation(ProgressBar.ValueProperty, da);
 
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