2番目のレベルのデータソースが最初のレベルのIDとしてパラメーターを受け取るように、2つのレベルのネストされたDataListを追加したいと思います。
これどうやってするの?
これが私のコードです:
</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>