gpt4 book ai didi

c# - 将单选按钮列表添加到 ascx

转载 作者:太空宇宙 更新时间:2023-11-03 16:52:36 26 4
gpt4 key购买 nike

我想将一个 rsionbuttonlist 添加到我的 ascx web 控件中。我一直收到一个错误,需要将 radionbuttonlist 放在一个标签中。有没有解决的办法?

"
<%@ Control Language="C#" AutoEventWireup="true" CodeFile="step2.ascx.cs" Inherits="ascx_step2" %>
<div id="step2" runat="server">
<asp:RadioButtonList id="answers" runat="server">
</asp:RadioButtonList>
<div>
"

后面的代码:

 ListItem item = new ListItem("a", "a")
answers.Items.Add(item);

错误:

radiobutton 类型的控件“ctl_00...”必须放置在带有 runat=server 的表单标签内

最佳答案

<table>
<tr>
<td>
Drag and drop from the tool box, in UI mode
<td>
</tr>

</table>

关于c# - 将单选按钮列表添加到 ascx,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3422369/

26 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com