M
Mark Rae
Hi,
Has the <aspropDownList> - <asp:ListItem> functionality changed in v2? In
v1.1, the following works as expected:
<aspropDownList ID="cmbStatus" Runat=server EnableViewState=False>
<asp:ListItem Value=0> </asp:ListItem>
<asp:ListItem Value=1>Awaiting</asp:ListItem>
<asp:ListItem Value=2>Current</asp:ListItem>
<asp:ListItem Value=3>Terminated</asp:ListItem>
</aspropDownList>
i.e. three options with a blank option at the top.
However, in v2, the first option (i.e. the one which should be blank)
displays with a zero instead of the non-breaking space - when I do a View
Source, I can see that has been replaced by 0.
Is this normal?
Mark
Has the <aspropDownList> - <asp:ListItem> functionality changed in v2? In
v1.1, the following works as expected:
<aspropDownList ID="cmbStatus" Runat=server EnableViewState=False>
<asp:ListItem Value=0> </asp:ListItem>
<asp:ListItem Value=1>Awaiting</asp:ListItem>
<asp:ListItem Value=2>Current</asp:ListItem>
<asp:ListItem Value=3>Terminated</asp:ListItem>
</aspropDownList>
i.e. three options with a blank option at the top.
However, in v2, the first option (i.e. the one which should be blank)
displays with a zero instead of the non-breaking space - when I do a View
Source, I can see that has been replaced by 0.
Is this normal?
Mark