关于DataList项模板中的控件的数据源
例如
<asp:datalist id="BJlist" style="Z-INDEX: 101; LEFT: 73px; POSITION: absolute; TOP: 23px" runat="server">
<ItemTemplate>
<TABLE id="Table1" style="WIDTH: 244px; HEIGHT: 15px" cellSpacing="1" cellPadding="1" width="244" border="1">
<TR>
<TD><%# Container.DataItem("GoodsID")%></TD>
<TD><asp:DropDownList id="DropDownList1" runat="server" datasource=(*****)></asp:DropDownList></TD>
</TR>
</TABLE>
</ItemTemplate>
</asp:datalist></FONT></form>
(*****)的部分应该写什么啊?