I've implemented the Load On Demand for the RadTabStrip & RadMultiPage and followed the sample show in
http://demos.telerik.com/aspnet-ajax/tabstrip/examples/applicationscenarios/loadondemand/defaultcs.aspx . My Second and Third tabs load user controls in them.
This working fine with the Q3 2009 Trial Version, but when I purchased the Q1 2010 Developer Version, this stopped working and I receive and error "Two components with the same id 'mpageMain' can't be added to the application".
Here is my ASPX
And my code behind
I can no longer use Q3 2009 as it has the Grid's OnCommand Client Event problem.
Is there anything different to be done for the Q1 2010 version?