Hi, I'm trying to create a user control that uses components from the AjaxControlToolkit. The User Control works fine in Firefox but not in Chrome or IE. A simple example is given below:
The ascx and dll's are copied across to an Umbraco 4.9.0 site. Firefox shows the user control in a page as expected, however IE and Chrome both just show the 2 text boxes. The error shown in IE Developer is:
SCRIPT5022: Sys.ArgumentUndefinedException: Value cannot be undefined.
Parameter name: baseType
I have tried a variety of different approaches to solving this as outlined in the forums but without sucess.
Please can someone point me in the direction of how to do this.
User Control using Ajax
Hi, I'm trying to create a user control that uses components from the AjaxControlToolkit. The User Control works fine in Firefox but not in Chrome or IE. A simple example is given below:
The User Control is setup as follows:
The ascx and dll's are copied across to an Umbraco 4.9.0 site. Firefox shows the user control in a page as expected, however IE and Chrome both just show the 2 text boxes. The error shown in IE Developer is:
SCRIPT5022: Sys.ArgumentUndefinedException: Value cannot be undefined.
Parameter name: baseType
I have tried a variety of different approaches to solving this as outlined in the forums but without sucess.
Please can someone point me in the direction of how to do this.
Thanks
Andy.
is working on a reply...