Rank: Member Groups: Member
Joined: 6/1/2011 Posts: 18
|
I have a web page with a CallbackPanel and a Web.Timer. The web timer is refreshing the page at a certain interval using: Response.Redirect(Request.RawUrl)
However, when the page is refreshed I get a CallbackPanel error message indicating for it to not display the error message, set the EO.Web.Runtime.Debuglevel to 0.
Where do I do that, and what ramifications will I have when I deploy to the web server? Is that in the Web.Config file?
Or better yet, how would I keep the error from being generated in the first place?
|
Rank: Administration Groups: Administration
Joined: 5/27/2007 Posts: 24,195
|
Hi,
Try to use CallbackPanel.Redirect instead and see if it works for you.
Thanks!
|