页面的相关代码如下:
<form id="Form1" method="post" runat="server">
<FONT face="宋体"></FONT>&nbsp;
<asp:ListBox id="ListBox1" style="Z-INDEX: 101; LEFT: 129px; POSITION: absolute; TOP: 74px" runat="server"
Height="164px" Width="132px">
<asp:ListItem Value="测试" Selected="True">测试</asp:ListItem>
<asp:ListItem Value="测试2">测试2</asp:ListItem>
<asp:ListItem Value="测试3">测试3</asp:ListItem>
</asp:ListBox>
<asp:Label id="Label1" style="Z-INDEX: 102; LEFT: 381px; POSITION: absolute; TOP: 126px" runat="server"
Width="137px">来了</asp:Label>
<asp:TextBox id="TextBox1" style="Z-INDEX: 103; LEFT: 433px; POSITION: absolute; TOP: 208px"
runat="server"></asp:TextBox>
<asp:Button id="Button1" style="Z-INDEX: 104; LEFT: 340px; POSITION: absolute; TOP: 281px" runat="server"
Text="Button"></asp:Button>
</form>怎么回事啊?