我收到一条错误消息,指出我不能在 HTMLSelect 中-6ren">
gpt4 book ai didi

C#/ASP.NET - HTMLselect 中不能有转发器

转载 作者:行者123 更新时间:2023-12-02 04:51:55 24 4
gpt4 key购买 nike

我正在尝试使用以下代码在选择中显示一些数据:

<select name="area" runat="server">
<asp:Repeater ID="RepeaterArea" runat="server">
<ItemTemplate>
<option value="<%# Eval('Id') %>" runat="server"><%# Eval("Area") %></option>
</ItemTemplate>
</asp:Repeater>
</select>

我收到一条错误消息,指出我不能在 HTMLSelect 中使用转发器。

非常欢迎任何建议,谢谢!

最佳答案

删除 runat="server"。可以通过Request.Form["area"].ToString()

获取值

关于C#/ASP.NET - HTMLselect 中不能有转发器,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/18661030/

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