Why is it, that if I make a databind to a dropdownlist then <option> is generated. Normally if you write the items manually the tag is <listitem>. Does this influence the properties of the drpList?
Printable View
Why is it, that if I make a databind to a dropdownlist then <option> is generated. Normally if you write the items manually the tag is <listitem>. Does this influence the properties of the drpList?
Thats what asp.net generates for the html.
Ok, thanks. I will look in the documentation.