日期:2014-05-17 浏览次数:20816 次
<asp:DataList ID="DataList1" runat="server" Height="241px" Width="775px" >
<ItemTemplate>
<table>
<tr>
<td>
<%#Container.ItemIndex+1 %>
、<asp:Label ID="timu" runat="server" Text='<%#Eval("question") %>'></asp:Label>
</td>
</tr>
<tr>
<td>
<asp:RadioButtonList ID="RadioButtonList1" runat="server" >
<asp:ListItem Value="A"></asp:ListItem>
<asp:ListItem Value="B"></asp:ListItem>