AssociatedControlId property of the Label Control

Posted Monday, January 24, 2005 8:12 AM by C-Dog's .NET Tip of the Day
A new property has been added to the label control called AssociatedControlId.  This allows you to link a label to another control on the page.  This is useful for linking to textboxes, dropdownlists, etc.  When this property is set, focus is automatically set to the associated control whenever the label is clicked.

Read the complete post at http://www.dotnettipoftheday.com/blog.aspx?id=193