{"id":1220,"date":"2022-08-30T15:14:23","date_gmt":"2022-08-30T15:14:23","guid":{"rendered":"https:\/\/unknownerror.org\/index.php\/2013\/11\/10\/unable-to-get-value-of-the-property-split-object-is-null-or-undefined-error-in-ie-collection-of-common-programming-errors\/"},"modified":"2022-08-30T15:14:23","modified_gmt":"2022-08-30T15:14:23","slug":"unable-to-get-value-of-the-property-split-object-is-null-or-undefined-error-in-ie-collection-of-common-programming-errors","status":"publish","type":"post","link":"https:\/\/unknownerror.org\/index.php\/2022\/08\/30\/unable-to-get-value-of-the-property-split-object-is-null-or-undefined-error-in-ie-collection-of-common-programming-errors\/","title":{"rendered":"&ldquo;Unable to get value of the property &#39;split&#39;: object is null or undefined&rdquo; error in IE-Collection of common programming errors"},"content":{"rendered":"<p>I am trying to use ASP.NET AJAX Toolkit&#8217;s MaskedEditExtender Control (with MaskedEditValidator) in my web application. The control works fine in Google Chrome but IE9 throws a <em>&#8220;Unable to get value of the property &#8216;split&#8217;: object is null or undefined&#8221;<\/em> error while loading the page that contains the MaskedEditExtender controls.<br \/>\nThe Visual Studio debugger breaks into MaskedEdit.MaskedEditBehavior.debug.js at the following statements:<\/p>\n<pre><code>var partdt = arr[0];\nvar parttm = arr[1];\nif (parttm.split(\" \").length == 2) \n{\n    parttm += \" \" + parttm.split(\" \")[1];  \/\/ breaks here\n}\npartdt = this.ConvFmtDate(partdt,loadFirst);\n<\/code><\/pre>\n<p>I have also tried using the<\/p>\n<pre><code>\n<\/code><\/pre>\n<p>as mentioned in this post but it did not work. I am also using JQuery 1.4.2 in my application. Any Ideas??<\/p>\n<p id=\"rop\"><small>Originally posted 2013-11-10 00:10:37. <\/small><\/p>","protected":false},"excerpt":{"rendered":"<p>I am trying to use ASP.NET AJAX Toolkit&#8217;s MaskedEditExtender Control (with MaskedEditValidator) in my web application. The control works fine in Google Chrome but IE9 throws a &#8220;Unable to get value of the property &#8216;split&#8217;: object is null or undefined&#8221; error while loading the page that contains the MaskedEditExtender controls. The Visual Studio debugger breaks [&hellip;]<\/p>\n","protected":false},"author":1,"featured_media":0,"comment_status":"closed","ping_status":"closed","sticky":false,"template":"","format":"standard","meta":{"footnotes":""},"categories":[1],"tags":[],"class_list":["post-1220","post","type-post","status-publish","format-standard","hentry","category-uncategorized"],"_links":{"self":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/1220","targetHints":{"allow":["GET"]}}],"collection":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts"}],"about":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/types\/post"}],"author":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/users\/1"}],"replies":[{"embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/comments?post=1220"}],"version-history":[{"count":0,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/posts\/1220\/revisions"}],"wp:attachment":[{"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/media?parent=1220"}],"wp:term":[{"taxonomy":"category","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/categories?post=1220"},{"taxonomy":"post_tag","embeddable":true,"href":"https:\/\/unknownerror.org\/index.php\/wp-json\/wp\/v2\/tags?post=1220"}],"curies":[{"name":"wp","href":"https:\/\/api.w.org\/{rel}","templated":true}]}}