When you link a label with an associated text element for sc
When you link a label with an associated text element for scripting purposes, you must bind the label to the ________ attribute of the field.
Solution
you must bind the label to the id attribute of the field when you link with an associated text element for scripting purposes.
eg in asp.net <asp:TextBox id = \"Label\" runat = \"Server\" />
