<asp:BulletedList ID="BulletedList1"
       runat="server" DataSource="<%#
       ((Northwind.SuppliersRow)((System.Data.DataRowView)
       Container.DataItem).Row).GetProducts() %>"
       DataTextField="ProductName">
</asp:BulletedList>
这个是C#写的,中间datasource=...用vb怎么写,谢谢