I have 3 UpdateProgress with one Update Panel. And I want to call everyone on spefic condition only.
So how to hide remaining 2 ProgressBar when 1 is already there.
I tried UpdateProgress.Visible = false; but It dint work.
I have 3 UpdateProgress with one Update Panel. And I want to call everyone on spefic condition only.
So how to hide remaining 2 ProgressBar when 1 is already there.
I tried UpdateProgress.Visible = false; but It dint work.