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然后再开,再执行就可以了,是不是我向服务器端发送过了一遍信息,修改后,服务器端没有刷新? 展开
<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然后再开,再执行就可以了,是不是我向服务器端发送过了一遍信息,修改后,服务器端没有刷新? 展开
推荐律师服务:
若未解决您的问题,请您详细描述您的问题,通过百度律临进行免费专业咨询