Rank: Newbie Groups: Member
Joined: 1/5/2009 Posts: 2
|
Hi,
I use a ProgressBar associated with a button. During the treatment, if we press again on the button, an error arises :
"EO.Web Controls Client Side Debug Message: EO.Web control 'ProgressBarMail' error message (set ClientSideOnError to handle this error): A task is already running. You can turn off this message by setting EO.Web.DebugLevel to 0 (Not recommended for debug build)."
So, I would like to put this variable to 0. I thought that it was necessary to make it in the "Global.asax" file and in the "Application_Start" method. It works perfectly on my computer of development but not on my computer of deployment. Is it necessary to make anything in particular? Looking on the forum, I see someone affecting this variable in the "Page_Load", it is correct also?
Thanks in advance for your help.
Etab.
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,194
|
Hi,
Global.asax should work. You may want to add some other code in your Global.asax and see if those code got called as well. If that does not work, you can always set it in Page_Load.
Thanks!
|
Rank: Newbie Groups: Member
Joined: 1/5/2009 Posts: 2
|
Hi,
I will try. Thanks.
Etab.
|