Query in Dotnet controls
-
In the label, you have a property called AssociatedControlID and in TextBox, you have a property called AutoCompleteType. Can you tell me what is the use of it?
Regards, LEE
-
In the label, you have a property called AssociatedControlID and in TextBox, you have a property called AutoCompleteType. Can you tell me what is the use of it?
Regards, LEE
Hi, AssociatedControlID property any click on the Label extends to the associated control. In case of an associated TextBox the effect is that when clicking on the Label the TextBox gains focus. AutoComplete monitors a text box and creates a list of values entered by the user. When the user returns to the text box at a later time, the list is displayed. Instead of retyping a previously entered value, the user can simply select the value from this list.
God Bless you. Always do good to others
-
In the label, you have a property called AssociatedControlID and in TextBox, you have a property called AutoCompleteType. Can you tell me what is the use of it?
Regards, LEE