Hope this helps,
-Scott
Wednesday, March 28, 2012
Why isnt text property listed in AutoComplete.
Why isnt the --text-- parameter available in <asp:textbox>. For example you can use it but the vs7 autocomplete doesnt provide it.I always wonder how many users will notice that. Each control can have a default property - content between the opening and closing tag will be assigned to the default property. For example, <asp:TextBox id="T1" runat="server">My Text</asp:TextBox> is equivalent to <asp:TextBox id="T1" runat="server" text="My Text" />. The default property is not shown in IntelliSense, to discourage doubly-defined values. You'll find that if you want to define it as an attribute, it won't be squiggled.
Subscribe to:
Post Comments (Atom)
0 comments:
Post a Comment