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

RadProgressArea start on Page_Load

2 Answers 75 Views
Upload (Obsolete)
This is a migrated thread and some comments may be shown as answers.
Meik Napierski
Top achievements
Rank 1
Meik Napierski asked on 30 Mar 2010, 05:30 PM
Hello,
i have implemented a custom RadProgressArea following your example at http://www.telerik.com/help/aspnet-ajax/upload_progresscustomprogress.html which works fine when i click on the button. But in my scenario i must start the custom progress at page_load. How can i manage this? When i start the the code in the page_load the progress area will not be shown.

with best regards
Meik Napierski

2 Answers, 1 is accepted

Sort by
0
Accepted
Genady Sergeev
Telerik team
answered on 30 Mar 2010, 06:31 PM
Hello Meik Napierski,

Triggering custom progress from Page_Load is not a supported scenario. What you can do is postback you page immediately after Page_Load using JavaScript. I have attached sample project that demonstrates the approach.

Best wishes,
Genady Sergeev
the Telerik team

Do you want to have your say when we set our development plans? Do you want to know when a feature you care about is added or when a bug fixed? Explore the Telerik Public Issue Tracking system and vote to affect the priority of the items.
0
Meik Napierski
Top achievements
Rank 1
answered on 31 Mar 2010, 04:08 PM
Hello,
thanks thats exactly what i'm looking for :)
Tags
Upload (Obsolete)
Asked by
Meik Napierski
Top achievements
Rank 1
Answers by
Genady Sergeev
Telerik team
Meik Napierski
Top achievements
Rank 1
Share this question
or