Cannot See Web Form Control - Button, textbox

Affliction

New Member
Hi,<BR>When I try to put Web Form Controls, i.e. buttons, TextBox, ListBox and run that page I cannot see those controls on browser, but when I try to put HTML controls (SUbmit) they are visible.<BR><BR>But the strange thing is when I put Web Forms Label, I can see those lables.<BR><BR>Please let me know, where I'm doing wrong. I have IIS5 on WindowsXP Pro with Beta 2.<BR><BR>thanx<BR>post your code<BR>matt<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb" Inherits="FirstASP.WebForm1"%><BR><!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN"><BR><HTML><BR> <HEAD><BR> <title></title><BR> <meta content="Microsoft Visual Studio.NET 7.0" name="GENERATOR"><BR> <meta content="Visual Basic 7.0" name="CODE_LANGUAGE"><BR> <meta content="JavaScript" name="vs_defaultClientScript"><BR> <meta content="http://schemas.microsoft.com/intellisense/ie5" name="vs_targetSchema"><BR> </HEAD><BR> <body MS_POSITIONING="GridLayout"><BR> <form id="Form1" method="post" runat="server"><BR> <asp:label id="lbltest" style="Z-INDEX: 101; LEFT: 117px; POSITION: absolute; TOP: 44px" runat="server" Height="23px" Width="138px">This is test</asp:label><BR> <asp:TextBox id="TextBox1" style="Z-INDEX: 104; LEFT: 224px; POSITION: absolute; TOP: 117px" runat="server"></asp:TextBox><BR> <asp:button id="Button1" style="Z-INDEX: 102; LEFT: 115px; POSITION: absolute; TOP: 92px" runat="server" Height="24px" Width="81px" Text="Click Me"></asp:button><BR> <input type="text" style="Z-INDEX: 103; LEFT: 224px; POSITION: absolute; TOP: 87px"><BR> </form><BR> </body><BR></HTML><BR>--------------------------<BR>I can only see one label and one html - textboxIt works for me. I see the label, 2 text boxes and a button.<BR><BR>Perhaps try, rebuilding your project.<BR><BR>hth<BR>mattIs something wrong with my IIS/.NET SETUP ????
 
Back
Top