Problem of displaying controls: Please help

R

Ray Choi

Hi all,

I faced problem on running the server controls. I did two controls: TextBox
and Calendar in the page but nothing appears while I start this page on IE.
There is no error message. Only text will be displayed on the IE.
I presumed this problem is relative to the IIS or the framwork: so I did
re-install the IIS and the framwork 1.1 but it still doesn't work.
Anyone can please tell me anything I need to set or do to fix this problem.

Thanks,
Cray

<%@ Page Language="vb" AutoEventWireup="false" Codebehind="WebForm1.aspx.vb"
Inherits="JitTest.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
Testing 1
<asp:TextBox id="TextBox1" style="Z-INDEX: 101; LEFT: 121px; POSITION:
absolute; TOP: 56px" runat="server"></asp:TextBox>
<asp:Calendar id="Calendar1" style="Z-INDEX: 102; LEFT: 116px; POSITION:
absolute; TOP: 99px" runat="server"></asp:Calendar>
</form>
</body>
</HTML>
 
R

Ray Choi

Hi Ken,

Thanks for your kindly help. I did follow your recommended procedure but
same happening.
Fortunately, I found Framework 2.0 on the web and I solved this problem with
installing Framework 2.0.
It works properly now. Does this problem happen because I miss some service
packs?
If you have any idea, please tell me as Framework 2.0 is a beta version.

Thanks,
Ray

Ken Cox said:
Hi Ray,

The code is fine and works here. Did you try the procedure outlined here?

http://support.microsoft.com/default.aspx?kbid=306005&product=aspnet

Ken
Microsoft MVP [ASP.NET]

Ray Choi said:
Hi all,

I faced problem on running the server controls. I did two controls:
TextBox
and Calendar in the page but nothing appears while I start this page on
IE.
There is no error message. Only text will be displayed on the IE.
I presumed this problem is relative to the IIS or the framwork: so I did
re-install the IIS and the framwork 1.1 but it still doesn't work.
Anyone can please tell me anything I need to set or do to fix this
problem.

Thanks,
Cray

<%@ Page Language="vb" AutoEventWireup="false"
Codebehind="WebForm1.aspx.vb"
Inherits="JitTest.WebForm1"%>
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
<HTML>
<HEAD>
<title>WebForm1</title>
<meta name="GENERATOR" content="Microsoft Visual Studio .NET 7.0">
<meta name="CODE_LANGUAGE" content="Visual Basic 7.0">
<meta name="vs_defaultClientScript" content="JavaScript">
<meta name="vs_targetSchema"
content="http://schemas.microsoft.com/intellisense/ie5">
</HEAD>
<body MS_POSITIONING="GridLayout">
<form id="Form1" method="post" runat="server">
Testing 1
<asp:TextBox id="TextBox1" style="Z-INDEX: 101; LEFT: 121px; POSITION:
absolute; TOP: 56px" runat="server"></asp:TextBox>
<asp:Calendar id="Calendar1" style="Z-INDEX: 102; LEFT: 116px; POSITION:
absolute; TOP: 99px" runat="server"></asp:Calendar>
</form>
</body>
</HTML>
 
K

Ken Cox [Microsoft MVP]

Hi Ray,

Don't forget that 2.0 is not yet allowed for live sites.

I suspect that your 1.x version of the framework was not properly
configured. The link I gave earlier probably would have fixed the problem.

Ken

Ray Choi said:
Hi Ken,

Thanks for your kindly help. I did follow your recommended procedure but
same happening.
Fortunately, I found Framework 2.0 on the web and I solved this problem
with
installing Framework 2.0.
It works properly now. Does this problem happen because I miss some
service
packs?
If you have any idea, please tell me as Framework 2.0 is a beta version.

Thanks,
Ray

Ken Cox said:
Hi Ray,

The code is fine and works here. Did you try the procedure outlined
here?

http://support.microsoft.com/default.aspx?kbid=306005&product=aspnet

Ken
Microsoft MVP [ASP.NET]

Ray Choi said:
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,755
Messages
2,569,536
Members
45,007
Latest member
obedient dusk

Latest Threads

Top