Posts
16
Comments
101
Trackbacks
18
Tuesday, May 09, 2006
Less than useful helpfiles, part 1

In the helps for HtmlInputControl.Name (for .NET 2.0):

Gets or sets the unique identifier name for the HtmlInputControl control.

Later on, in that same help file:

In this implementation, the get accessor returns the value of the Control.UniqueID property. However, the set accessor does not assign a value to this property.

So then why say that it sets the property, if it doesn't actually set the property?

posted @ Tuesday, May 09, 2006 1:37 PM | Feedback (1)
News