Search Support

Avoid support scams. We will never ask you to call or text a phone number or share personal information. Please report suspicious activity using the “Report Abuse” option.

Learn More

Asp.net Ajax server side validation controls not displaying

  • No replies
  • 13 have this problem
  • 5 views
more options

When viewing my website on a Windows XP hosted machine everything works in Firefox. However when I deploy to windows server 2003 and view in Firefox the client-side validations are not displayed. (in Internet explorer they are).

Error from Firefox error console upon my validation controls invalidation:

Error: Sys.ArgumentUndefinedException: Value cannot be undefined. Parameter name: id Source File: http://d3scqgwebtest/WebHonestyWebsite/ScriptResource.axd?d=CzkpEWKMia8eYS8rr3UG47x6u33AlQwZjFmm9HO3jUAV_u21dxRBn4ilKSMrEj1F0&t=ffffffffd40de07f Line: 5137

and double clicking this error navigates to the page source code:

$get = $type.getElementById = function DomElement$getElementById(id, element) {

   /// Finds an element by id.
   /// The id of the element to find.
   /// 
   /// The element, or null if it was not found.
   var e = Function._validateParams(arguments, [
        ,
        
   ]);
   if (e) throw e;
   return Sys.get("#" + id, element || null);

It would seem that somehow my validation controls are not being rendered? Strange that the validation controls function as expected when viewing the site hosted on the windows XP machine.


URL of affected sites

http://

When viewing my website on a Windows XP hosted machine everything works in Firefox. However when I deploy to windows server 2003 and view in Firefox the client-side validations are not displayed. (in Internet explorer they are). Error from Firefox error console upon my validation controls invalidation: Error: Sys.ArgumentUndefinedException: Value cannot be undefined. Parameter name: id Source File: http://d3scqgwebtest/WebHonestyWebsite/ScriptResource.axd?d=CzkpEWKMia8eYS8rr3UG47x6u33AlQwZjFmm9HO3jUAV_u21dxRBn4ilKSMrEj1F0&t=ffffffffd40de07f Line: 5137 and double clicking this error navigates to the page source code: $get = $type.getElementById = function DomElement$getElementById(id, element) { /// Finds an element by id. /// The id of the element to find. /// /// The element, or null if it was not found. var e = Function._validateParams(arguments, [ , ]); if (e) throw e; return Sys.get("#" + id, element || null); It would seem that somehow my validation controls are not being rendered? Strange that the validation controls function as expected when viewing the site hosted on the windows XP machine. == URL of affected sites == http://