Hi,
The source is exactly the same as the asp.net code ,means that the iis
engine not woking. Right?
<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb"
Inherits="WebApplication1.WebForm1"%>
<HTML>
<form id="Form1" method="post" runat="server">
<asp
ropDownList id="DropDownList1" style="Z-INDEX: 101; LEFT: 168px;
POSITION: absolute; TOP: 73px" runat="server"></asp
ropDownList>
<asp:TextBox id="TextBox1" style="Z-INDEX: 102; LEFT: 66px; POSITION:
absolute; TOP: 33px" runat="server" Width="137px"
Height="17px"></asp:TextBox>
<asp:Label id="Label1" style="Z-INDEX: 103; LEFT: 19px; POSITION:
absolute; TOP: 97px" runat="server" Width="52px"
Height="12px">HELLO</asp:Label>
<asp:Button id="Button1" style="Z-INDEX: 104; LEFT: 18px; POSITION:
absolute; TOP: 123px" runat="server" Text="Button"></asp:Button>
</form>
</HTML>
Do you why these asp control doesnt show anything on the browser?
Thank you.