dijit.form.ValidationTextBox and ASP.NET AJAX

Don’t seem to play nice.

It seems that both call create a function called … Number.function and error out when used together.

Error:

[Exception... "'Sys.ParameterCountException: Sys.ParameterCountException: Parameter count mismatch.' when calling method: [nsIDOMEventListener::handleEvent]" nsresult: "0×8057001c (NS_ERROR_XPC_JS_THREW_JS_OBJECT)" location: "<unknown>" data: no]

 

Solution:

Don’t use ASP.NET AJAX if your using the vastly superior Dojo Toolkit :)

Related posts:

  1. Dojo and ASP.NET AJAX Compatibility



4 Responses to “dijit.form.ValidationTextBox and ASP.NET AJAX”

  1. Eric says:

    I submitted a bug to dojo but it looks like it won’t be fixed unless there is a test harness. I understand…who even runs ASP.NET AJAX :)

    Anyone have a server we can host a test on?

  2. Neel says:

    I am facing same issue with my application. Did you find any solution?

Leave a Reply