Tek-Tips is the largest IT community on the Internet today!

Members share and learn making Tek-Tips Forums the best source of peer-reviewed technical information on the Internet!

  • Congratulations Chriss Miller on being selected by the Tek-Tips community for having the most helpful posts in the forums last week. Way to Go!

Web Control not showing up

Status
Not open for further replies.

PankajVerma

Programmer
Joined
Sep 24, 2001
Messages
20
Location
US
Hi,
I have started learning .net recently.
The very first thing I am trying to do is putting a web control on the page and when I view that by Build and Browse or View in Browser , I am not able to see that.

Here is the code:

<%@ Page Language=&quot;vb&quot; AutoEventWireup=&quot;false&quot; Codebehind=&quot;WebForm1.aspx.vb&quot; Inherits=&quot;WebApplicationtest.WebForm1&quot;%>
<!DOCTYPE HTML PUBLIC &quot;-//W3C//DTD HTML 4.0 Transitional//EN&quot;>
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name=&quot;GENERATOR&quot; content=&quot;Microsoft Visual Studio.NET 7.0&quot;>
<meta name=&quot;CODE_LANGUAGE&quot; content=&quot;Visual Basic 7.0&quot;>
<meta name=&quot;vs_defaultClientScript&quot; content=&quot;JavaScript&quot;>
<meta name=&quot;vs_targetSchema&quot; content=&quot; </HEAD>
<body MS_POSITIONING=&quot;GridLayout&quot;>
<form id=&quot;Form1&quot; method=&quot;post&quot; runat=&quot;server&quot;>
<asp:Button id=&quot;Button1&quot; style=&quot;Z-INDEX: 101; LEFT: 394px; POSITION: absolute; TOP: 93px&quot; runat=&quot;server&quot; Text=&quot;Button&quot;></asp:Button>
</form>
</body>
</HTML>


Please let me know if I am doing something wrong.
 
That fixed the problem. Thanks a lot for the help.
 
Status
Not open for further replies.

Part and Inventory Search

Sponsor

Back
Top