Click here to Skip to main content
15,911,646 members
Please Sign up or sign in to vote.
0.00/5 (No votes)
See more:
Hi All

I have used div with jquery to display the progressbar in a page.
It displays perfectly.But when any event is fired in the page the div is hidden or not visible.


i have used progressbar from this site.



Thanks
Jesu
Posted
Comments
arathi_suresh 17-Jun-11 7:52am    
Pls paste your code
froxy 17-Jun-11 7:55am    
http://jqueryui.com/demos/progressbar/

<div style="width: 20%; text-align: center"> <div id="progressbar_<%# Eval("RowNo") %>"> </div> </div>
froxy 17-Jun-11 7:54am    
http://jqueryui.com/demos/progressbar/


<div style="width: 20%; text-align: center">
<div id="progressbar_<%# Eval("RowNo") %>">
</div>
</div>
arathi_suresh 17-Jun-11 8:24am    
I cannot see the button which you mentioned. Please paste the exact code.Also, the button click function in server side
froxy 17-Jun-11 8:51am    
in server side i have not done anything yet. But i have pasted aspx code. Just click on the button and see.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900