开发者

How to add a progress bar column inside the asp.net gridview

开发者 https://www.devze.com 2023-04-11 00:46 出处:网络
I have asp.net grid for which i have a column called status in each of the gridcolumn for status i want to place a progress bar which gives the status. 开发者_如何学Goplease can give me some implement

I have asp.net grid for which i have a column called status in each of the gridcolumn for status i want to place a progress bar which gives the status. 开发者_如何学Goplease can give me some implementation idea on this.


Not sure why you want to put progress bar there? Is each row in grid has a status (such as % complete) that is keep changing? Is your grid keep refreshing periodically?

Said all that, I will probably go with jquery UI progress bar. Its a client side plug-in so you can easily initialize values at server side and then update them on client side if your status is changing dynamically by making AJAX calls to get the status from server.

0

精彩评论

暂无评论...
验证码 换一张
取 消

关注公众号