J
Jeremy S
Both of the following work (i.e., they declare a Web Server control).
<aspropDownList ID=DropDownList1 runat=server></aspropDownList>
<aspropDownList ID="DropDownList2" runat="server"></aspropDownList>
The only difference is that the attribute values are wrapped in quotes, or
they are not wrapped in quoted.
Given that both work (i.e., no compiler or runtime errors), do the quotes
matter for any other purpose? Is there any good reason to include or exclude
the quotes?
Thanks.
<aspropDownList ID=DropDownList1 runat=server></aspropDownList>
<aspropDownList ID="DropDownList2" runat="server"></aspropDownList>
The only difference is that the attribute values are wrapped in quotes, or
they are not wrapped in quoted.
Given that both work (i.e., no compiler or runtime errors), do the quotes
matter for any other purpose? Is there any good reason to include or exclude
the quotes?
Thanks.