结果进度条显示 [英] Result Progress Bar Show

查看:98
本文介绍了结果进度条显示的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

Hello Friends,



我正在开发一个在线考试Web应用程序。

我在结果展示期间遇到了一些问题。我想通过百分比条显示结果。一个是主题总分,第二个是学生获得分​​数。



请帮助我.....

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.....

推荐答案

嗨...... Frnz!



我希望这对你有用。





//对于ProgreeBar

持续时间dd =新持续时间(新TimeSpan(20));

DoubleAnimation da = new DoubleAnimation(33.0,dd);

progressBar1.BeginAnimation(ProgressBar.ValueProperty,da);
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);


http://forums.asp.net/t/1608445.aspx/1 [ ^ ]

http ://www.dotnetcurry.com/ShowArticle.aspx?ID = 227 [ ^ ]

http://www.aspdotnet-suresh.com/2011/03/how-to-show-progressbar-during-check.html [ ^ ]
http://forums.asp.net/t/1608445.aspx/1[^]
http://www.dotnetcurry.com/ShowArticle.aspx?ID=227[^]
http://www.aspdotnet-suresh.com/2011/03/how-to-show-progressbar-during-check.html[^]


这篇关于结果进度条显示的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

查看全文
登录 关闭
扫码关注1秒登录
发送“验证码”获取 | 15天全站免登陆