Hello, you are hard-coding control references in javascript, and that won't work in the context of a naming container. (There are also some other problems.) Here is recommended practice to get a control reference from javascript: On the client-side: document.getElementById("<%= MyControl...