类型“DropDownList”的控件“DropDownList1”必须放在具有 runat=server 的窗体标记内。
为什么会这样的...我已经全部是使用ASP的控件的啦<asp:TableRowrunat="server"BorderWidth="2"><asp:TableCellid...
为什么会这样的...
我已经全部是使用ASP的控件的啦
<asp:TableRow runat="server" BorderWidth="2">
<asp:TableCell id="TD1" runat="server">
<asp:DropDownList ID="DropDownList1" runat="server" Width="78px"> 展开
我已经全部是使用ASP的控件的啦
<asp:TableRow runat="server" BorderWidth="2">
<asp:TableCell id="TD1" runat="server">
<asp:DropDownList ID="DropDownList1" runat="server" Width="78px"> 展开
1个回答
展开全部
你需要再 写一个
<form id="form1" runat="server">
</form>
把东西放里面
<form id="form1" runat="server">
<asp:TableRow runat="server" BorderWidth="2">
<asp:TableCell id="TD1" runat="server">
<asp:DropDownList ID="DropDownList1" runat="server" Width="78px">
</form>
<form id="form1" runat="server">
</form>
把东西放里面
<form id="form1" runat="server">
<asp:TableRow runat="server" BorderWidth="2">
<asp:TableCell id="TD1" runat="server">
<asp:DropDownList ID="DropDownList1" runat="server" Width="78px">
</form>
本回答被提问者和网友采纳
已赞过
已踩过<
评论
收起
你对这个回答的评价是?
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询