<ItemTemplate>
     <asp:Label runat="server" Text='<%# DataBinder.Eval(Container, "DataItem.User_LimBrowse") %>'></asp:Label> </ItemTemplate> 数据在web中显示为“1,21”我想分别取出1和21这两个值,然后用1作为关键字查询另外一个数据库的记录,用21做为关键字查询一个数据库的记录,然后显示出来,不知道怎么处理!