Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我的应用程序在 asp.net 3.5,C# 中。
我正在开发和应用程序,我正在从 excel 文件中读取产品详细信息并将该数据上传到另一个站点,例如使用 API.so 在读取或上传数据到 xyz 站点时我想显示百分比进度条。如果产品完成上传进度条应该有 1% 的进度。
任何人都可以建议我如何实现这一点。我发现很难在客户端站点上实时获取服务器值我也尝试使用页面方法来调用 Web 方法,但它没有工作。
如果有人知道这种东西的好例子,请帮助我。
提前致谢。
例子很多,google一下就知道了:)
使用 jQuery 显示进度条
jquery 进度条和 ASP.NET RSS