gpt4 book ai didi

asp.net - 如何在列表项中允许 html 控制?

转载 作者:行者123 更新时间:2023-12-02 18:29:51 25 4
gpt4 key购买 nike

出现以下编译错误:

分析器错误消息:“asp:ListItem”的“Text”属性不允许子对象。

来源错误:

Line 468: </asp:ListItem>
Line 469: <asp:ListItem Value="3">
Line 470: Search only continuing stories with at least&nbsp; <input runat="server" id="episodetb" Value="0" style="width:50px" />
Line 471: episodes
Line 472: </asp:ListItem>

当我原来的代码是这样的:

< asp:RadioButtonList ID="ContStoryRadioButtonList" DataTextFormatString=" {0}" CellPadding="2" runat="server">
<asp:ListItem Value="0">
Search singular and continuing stories
</asp:ListItem>
<asp:ListItem Value="1">
Search only singular stories
</asp:ListItem>
<asp:ListItem Value="2">
Search only continuing stories
</asp:ListItem>
<asp:ListItem Value="3">
Search only continuing stories with at least&nbsp; <input runat="server" id="episodetb" Value="0" style="width:50px" />
episodes
</asp:ListItem>
</asp:RadioButtonList >

请帮我解决这个问题。提前谢谢

最佳答案

不幸的是,ListItem 对象没有任何子控件。您可以编写自己的控件来执行类似的操作。基本上你只需要写一个 <ul>标记为 <li/>子项目。

关于asp.net - 如何在列表项中允许 html 控制?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/3730904/

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