添加两级嵌套DataList和第二级数据源Take参数作为第一级的ID

时间:2013-03-16 14:58:50

标签: c# asp.net

我想添加两级嵌套DataList,以便第二级数据源将参数作为第一级的ID。

我该怎么做?

这是我的代码:

</tr>
     </table>
     <br />
           </ItemTemplate>
           <SelectedItemStyle BackColor="#009999" Font-Bold="True" ForeColor="#CCFF99" />
           </asp:DataList>
           <asp:TextBox ID="TextBox1" runat="server" Height="63px" Width="619px"></asp:TextBox>
      <br />
            <asp:Button ID="Button1" runat="server" Height="34px" Text="Comment" Width="116px" />
            <asp:SqlDataSource ID="SqlDataSource2" runat="server" ConnectionString="<%$ ConnectionStrings:Social_NetworkConnectionString %>" SelectCommand="MSP_PostGetComments" SelectCommandType="StoredProcedure">
             <SelectParameters>
                                                <!--Want to add parametar from The first Level!-->
             </SelectParameters>
             </asp:SqlDataSource>
             </td>
       </tr>
</table>

0 个答案:

没有答案