0
我有一個包含時間節點屬性值的下拉列表。 我想選擇的子子子節點根據父屬性的值屬性根據xml的子節點的某個屬性值使用linq子子節點屬性
XML是如下
<info>
<time value="0-30">
<id t_id="1" speaker="Rajesh " desc="welcome" />
<id t_id="2" speaker="Deepak " desc="to the meeting" />
</time>
<time value="31-50">
<id t_id="1" speaker="Vishal" desc="welcome" />
<id t_id="2" speaker="Vikas" desc="to the meeting" />
</time>
</info>
當我在下拉Rajesh和迪帕克選擇0-30必須顯示
我使用LINQ
請幫我
thanx您的回覆,我想存儲的名稱和說明在一些繩子,讓我要綁定到這些價值觀gridview –
非常感謝。我明白了。再次感謝 –