div
データリストのコードビハインド内にあるクラスを変更したい。div
がデータリスト内にない場合は問題ありませんが、現在はデータリスト内にあります。私のコードは
<asp:DataList ID="datalistsorular" runat="server"
BorderColor="#CCCCCC" BorderStyle="Solid" BorderWidth="1px" Width="730px">
<ItemTemplate>
<div class="divsorugoruntulenmesayisi" id="cevaplanma" runat="server">
<asp:Label ID="Label7" runat="server" Text='<%# Eval("Cevaplanma_Sayisi") %>'></asp:Label>
</div>
</ItemTemplate>
</asp:DataList>
データリスト内にない場合は、コードビハインドを実行しますが、この場合、データリストが問題を引き起こします。
cevaplanma.Attributes["class"] = "otherclass";