Hi,
for some reasons we have the requirement to integrate SmartClient into a host page which already contains the ScriptManager of ASP.NET .
Both Frameworks do overriding of some methods in JavaScript String class, setting own function in String.prototype.
But this changes are incompatible. F.E. SmartClient sets (and expects later) a trim method accepting one parameter. But the trim()-method set by ASP.NET Client JS-Library does the opposite, Setting a trim()-method which throws exception if called with parameter.
Regarding Integration order in host page, one of the frameworks "loose", it's code does not work any longer as expected.
Any ideas for Workaround?
Tanks in advance for any Information.
Regards
Martin
for some reasons we have the requirement to integrate SmartClient into a host page which already contains the ScriptManager of ASP.NET .
Both Frameworks do overriding of some methods in JavaScript String class, setting own function in String.prototype.
But this changes are incompatible. F.E. SmartClient sets (and expects later) a trim method accepting one parameter. But the trim()-method set by ASP.NET Client JS-Library does the opposite, Setting a trim()-method which throws exception if called with parameter.
Regarding Integration order in host page, one of the frameworks "loose", it's code does not work any longer as expected.
Any ideas for Workaround?
Tanks in advance for any Information.
Regards
Martin
Comment