日期:2014-05-17  浏览次数:20742 次

DataList里面的RadioButtonList绑定数据


上面是我数据库的数据
下面是我前台的代码


<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>