getElementById not finding control generated by ASP.net
I am simply trying to store a label in a variable in javascript but for some reason this isn’t working with document.getElementById('control');. I know my javascript is linking to my html file fine because everything else works.