when i run my code my list items wont add to the ddl
<tr>
<td class="style2">
Category 1:</td>
<td class="style2" colspan="3">
<asp:DropDownList ID="ddlCat1" runat="server" AppendDataBoundItems="True" DataSourceID="SqlDataSource1"
DataTextField="ITEMCATID" DataValueField="ITEMCATID">
<asp:ListItem></asp:ListItem>
<asp:ListItem>sdfsd</asp:ListItem>
</asp:DropDownList>
</td>
</tr>
Go to the complete details ...