Author: zarstylei | Posted on: 6/1/2009 7:23:32 AM | Views : 908

Hi To all again!
 I have a dropdown list with items I've written this way:
<asp:DropDownList ID="Year" runat="server" Style="position: relative" Width="124px"
                    AutoPostBack="true">
                    <asp:ListItem Selected="True" Value="0">--Select year--</asp:ListItem>
                    <asp:ListItem Value="2009" ...

Go to the complete details ...