ASP.NET声明和使用服务器端控件时发现一个问题

我先写了一段:<body><center><formrunat="server">品牌:<asp:TextBoxID="bland"Runat="server"/>产品类... 我先写了一段:
<body>
<center>
<form runat="server">
品牌: <asp:TextBox ID="bland" Runat="server" />
产品类型: <asp:DropDownList ID="category" runat="server">
<asp:listitem>台式机</asp:listitem>
<asp:ListItem>笔记本</asp:ListItem>
<asp:ListItem>服务器</asp:ListItem>
</asp:DropDownList>
<asp:Button Text="查找" Runat="server"/>
</form>
</center>
</body>

执行了一遍后我把品牌的输入框改成下拉菜单:
<body MS_POSITIONING="GridLayout">
<center>
<form runat="server" id="form1">
品牌:
<asp:DropDownList ID="bland" runat="server">
<asp:listitem>dell</asp:listitem>
<asp:ListItem>apple</asp:ListItem>
<asp:ListItem>microsoft</asp:ListItem>
</asp:DropDownList>
产品类型:
<asp:DropDownList ID="category" runat="server">
<asp:listitem>台式机</asp:listitem>
<asp:ListItem>笔记本</asp:ListItem>
<asp:ListItem>服务器</asp:ListItem>
</asp:DropDownList>
<asp:Button Text="查找" Runat="server" id="Button1" />
</form>
</center>
</body>

再执行就报错了说是TEXT和DropDownList控件不兼容,我关了VS.NET然后再开,再执行就可以了,是不是我向服务器端发送过了一遍信息,修改后,服务器端没有刷新?
展开
 我来答
听雷听风
2006-08-31 · 超过24用户采纳过TA的回答
知道答主
回答量:157
采纳率:100%
帮助的人:90.7万
展开全部
重新生成吧
waxsabc1985
2006-09-06 · TA获得超过247个赞
知道答主
回答量:129
采纳率:0%
帮助的人:0
展开全部
重新生成
已赞过 已踩过<
你对这个回答的评价是?
评论 收起
推荐律师服务: 若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询

为你推荐:

下载百度知道APP,抢鲜体验
使用百度知道APP,立即抢鲜体验。你的手机镜头里或许有别人想知道的答案。
扫描二维码下载
×

类别

我们会通过消息、邮箱等方式尽快将举报结果通知您。

说明

0/200

提交
取消

辅 助

模 式