J
Jeremy S
Both of the following work (i.e., they declare a Web Server control).
<asp
ropDownList ID=DropDownList1 runat=server></asp
ropDownList>
<asp
ropDownList ID="DropDownList2" runat="server"></asp
ropDownList>
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.
<asp


<asp


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.