Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
20
Ultrawebchart version 4.1 giving postback error!!!! Urgent!!!!
posted

I have migrated my application from .NET 1.1 to .NET 2.0. When I run the page which incorporates the Ultrawebchart v4.1 it throws the following error in .NET 2.0. I have searched online and found that I need to upgrade to version 7.1. Is there a way to re-solve this problem without purchasing the newer version as I only having problem with this control but the rest of the controls working fine. If I need to purchase, can I just purchase the UltraWebChart control bundle with all its dependencies. Thanks.

Page.RegisterRequiresPostBack can only be called on controls that implement IPostBackDataHandler.

Description: An unhandled exception occurred during the execution of the current web request. Please review the stack trace for more information about the error and where it originated in the code.

Exception Details: System.Web.HttpException: Page.RegisterRequiresPostBack can only be called on controls that implement IPostBackDataHandler.

Source Error:

An unhandled exception was generated during the execution of the current web request. Information regarding the origin and location of the exception can be identified using the exception stack trace below.

Stack Trace:

[HttpException (0x80004005): Page.RegisterRequiresPostBack can only be called on controls that implement IPostBackDataHandler.]
   System.Web.UI.Page.RegisterRequiresPostBack(Control control) +2066103
   Infragistics.WebUI.UltraWebChart.UltraChart.Render(HtmlTextWriter output) +4542