本文介绍了进度条ASP.net的处理方法,对大家解决问题具有一定的参考价值,需要的朋友们下面随着小编来一起学习吧!
问题描述
我需要在asp.net网站上添加进度条,只是我发送给它一个百分比,它在代码后面的条形图上反映
I need to add progress bar in asp.net website just i sent to it a percentage and it reflects on the bar from behind code
Progressbar1.value = '90%';
推荐答案
这篇关于进度条ASP.net的文章就介绍到这了,希望我们推荐的答案对大家有所帮助,也希望大家多多支持!