This is a migrated thread and some comments may be shown as answers.

RadProgressArea bug???

0 Answers 48 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
zxc ccc
Top achievements
Rank 1
zxc ccc asked on 04 Mar 2009, 12:31 PM
On my aspx page i use RadProgressArea, and manual update progress, using code below

 protected void buttonSubmit_Click(object sender, EventArgs e)
        {
                RadProgressContext context = RadProgressContext.Current;
                context.SecondaryTotal = value;
                context.SecondaryValue = value;
                context.SecondaryPercent = value;
        }

So, if i click submit button, and try to update progress on several pages, all pages use same RadProgressContextm and i see rubbish in progress area (percentage jumps forward and backward).
Any workaround for this bug?

No answers yet. Maybe you can help?

Tags
Upload (Obsolete)
Asked by
zxc ccc
Top achievements
Rank 1
Share this question
or