views:

248

answers:

0

Hi, I have a user control(.ascx page)...which is a progress bar...it has no code in "code behind". Instead a javascript function in .ascx page...which will display a progress bar.

I need to display this progress bar(user control) only when user click a button. But the issue is ..it is getting displayed at the starting itself..that is onload of the aspx page in which this user control resides...as i have included it in .aspx page...

hw to handle it ?