S
Sean
HI There,
I would like to find out the syntax for having option values different from
the ones displayed on the page? In regular HTML the forms are like
<option value=1>New South Wales</option>, how can I acheive this in asp
..net?
Sean
!---
<ASPropDownList id=lstRegion name=lstRegion maxlength= "40" runat=server>
<asp:ListItem>New South Wales</asp:ListItem>
<asp:ListItem>Victoria</asp:ListItem>
<asp:ListItem>Tasmania</asp:ListItem>
<asp:ListItem>South Australia</asp:ListItem>
<asp:ListItem>Western Australia</asp:ListItem>
<asp:ListItem>Northern Territory</asp:ListItem>
<asp:ListItem>Queensland</asp:ListItem>
</ASPropDownList>
I would like to find out the syntax for having option values different from
the ones displayed on the page? In regular HTML the forms are like
<option value=1>New South Wales</option>, how can I acheive this in asp
..net?
Sean
!---
<ASPropDownList id=lstRegion name=lstRegion maxlength= "40" runat=server>
<asp:ListItem>New South Wales</asp:ListItem>
<asp:ListItem>Victoria</asp:ListItem>
<asp:ListItem>Tasmania</asp:ListItem>
<asp:ListItem>South Australia</asp:ListItem>
<asp:ListItem>Western Australia</asp:ListItem>
<asp:ListItem>Northern Territory</asp:ListItem>
<asp:ListItem>Queensland</asp:ListItem>
</ASPropDownList>