<select name="ctl00$cphContent$dtpBothAMPM$ddlAMPM"
id="ctl00_cphContent_dtpBothAMPM_ddlAMPM">
<option value="AM">AM</option>
<option selected="selected" value="PM">PM</option>
</select>
As you can see, not only are the option tags there, but one of them (the one
I set to be selected in my codebehind) has the selected="selected"
attribute. Why is it not appearing selected like all the other DropDownLists
I set the SelectedIndex for? Thanks.
--
Nathan Sokalski
njsok...@hotmail.com
http://www.nathansokalski.com/