使用C#在ASP.NET中的进度条 [英] Progress Bar in asp.net with c#

查看:65
本文介绍了使用C#在ASP.NET中的进度条的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!

问题描述

如何在C#中使用asp.net中的进度条.请为此提供编码..急需...不要提供网站,因为所有网站都使用vb.net或仅使用c#,请给我编码.

How to use the progress bar in asp.net with c# Please Give me a coding for that.. wanted urgently...dont give sites because all using vb.net or only c# so please give me a coding..

推荐答案

Hello Sujayath,
1.向表单中添加进度栏.
2.要将其增加时步骤"属性,请运行以下命令:progressBar1.Increment(progressBar1.Step);
3.最大和最小属性控制在将full变为full之前应将progressBar增加到多少.请问!

希望这会有所帮助!
谢谢!
chukrum47
Hello Sujayath,
    1. Add a Progress Bar to your form.
    2. When you want to increase it by the "Step" property, run the command: progressBar1.Increment(progressBar1.Step);
    3. The maximum and minimum propertys govern how much the progressBar should increase to, before becomming full.

If you need anything else, just ask!

Hope this helps!
Thanks!
chukrum47


这篇关于使用C#在ASP.NET中的进度条的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持IT屋!

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