473,769 Members | 2,106 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

Sudden unexplained IE validation error

I have a simple Login page that suddenly is producing this error.
What is perplexing is that I didn't touch this page or anything (that I can
think of that is related)

All I did was make another aspx page (MemberResults. aspx) into a content
page for my master page.

As soon as I added the content opening and closing tag to MemberResults.. .
up popped this error in my Login page (which is in no way - yet - related)

This is probably an error symptomatic to something else... but I don't have
a clue - any ideas?

=====source for Login.aspx===== =============== ========
<%@ Page Language="VB" AutoEventWireup ="false" CodeFile="Login .aspx.vb"
Inherits="Login " %>
<%@ Import Namespace="Syst em.Web.Security " %>
<%@ Import Namespace="Syst em.Runtime.Inte ropServices" %>

<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN"
"http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dt d">

<html xmlns="http://www.w3.org/1999/xhtml" >
<head runat="server">
<title>CODA - Manual LOGIN</title>
<script language="javas cript" type="text/javascript">
<!--

function TABLE1_onclick( ) {

}

// -->
</script>
</head>

<body>
<form runat="server" ID="Form1">
<h3 style="font-family: Arial">
<table style="width: 320px">
<tr>
<td style="width: 473px">
<img height="49" src="Coda-Brand.jpg" width="342" /</td>
</tr>
<tr>
<td style="width: 473px">
</td>
</tr>
<tr>
<td style="width: 473px">
<asp:TextBox ID="TextBox1" runat="server"
Style="font-weight: bold; font-size: 15pt;
text-transform: uppercase; font-family: Arial;
text-align: center" Width="424px">C URRENT LOGIN NOT
AUTHORIZED</asp:TextBox></td>
</tr>
<tr>
<td style="width: 473px">
</td>
</tr>
<tr>
<td style="width: 473px">
<asp:Label ID="Label3" runat="server"
Font-Names="Tahoma" Font-Size="Small" Text="In compliance with HIPAA
regulations, your Windows login must be pre-authorized for access to this
resource. "></asp:Label><br />
<br />
<asp:Label ID="Label4" runat="server"
Font-Names="Tahoma" Font-Size="Small" Text="Please try to login with your
usual Windows NUID and password."></asp:Label></td>
</tr>
<tr>
<td style="width: 473px">
<table id="TABLE1" style="width: 320px" language="javas cript"
onclick="return TABLE1_onclick( )" cellpadding="0" cellspacing="1" >
<tr>
<td style="width: 88px" nowrap="noWrap" >
<asp:Label ID="Label1" runat="server"
Font-Bold="True" Font-Names="Tahoma"
Font-Size="Small" Text="NUID"></asp:Label></td>
<td style="width: 510px">
<input id="UserName"
type="text"
runat="server" style="width: 136px"/></td>
<td style="width: 1184px">
<asp:RequiredFi eldValidator
ID="RequiredFie ldValidator1" ControlToValida te="UserName"
Display="Static "
ErrorMessage="* "
runat="server"/></td>
</tr>
<tr style="color: #000000">
<td style="width: 88px">
<asp:Label ID="Label2" runat="server"
Font-Bold="True" Font-Names="Tahoma"
Font-Size="Small" Text="Password" ></asp:Label></td>
<td style="width: 510px">
<input id="UserPass"
type="password"
runat="server" style="width: 136px"/></td>
<td style="width: 1184px">
<asp:RequiredFi eldValidator ID="RequiredFie ldValidator2"
ControlToValida te="UserPass"
Display="Static "
ErrorMessage="* "
runat="server"/></td>
</tr>
<tr>
<td style="width: 88px; height: 24px;">

</td>
<td style="width: 510px; height: 24px">
<input id="UserDomain "
type="text"
runat="server" style="width: 136px"/></td>
<td style="width: 1184px; height: 24px">
<asp:RequiredFi eldValidator ID="RequiredFie ldValidator3"
ControlToValida te="UserDomain "
Display="Static "
ErrorMessage="* "
runat="server"/></td>
</tr>
</table>
<asp:button id="cmdLogin"
text="Login"
OnClick="Login_ Click"
runat="server" Width="96px"/>
<ASP:CheckBox id="PersistCook ie"
runat="server" />
<br />
<br />
<asp:Label id="lblResults "
ForeColor="red"
Font-Size="10"
runat="server" /></td>
</tr>
<tr>
<td style="width: 473px; height: 34px">
<asp:Label ID="Label5" runat="server"
Font-Names="Tahoma" Font-Size="Small" Text="For assistance please contact the
help desk at"></asp:Label><br />
<asp:Label ID="Label6" runat="server"
Font-Names="Tahoma" Font-Size="Small" Text="432-4100"></asp:Label></td>
</tr>
</table>
</h3>
<h3 style="font-family: Arial">
<br />
<br />
<br />
</h3>
<p>
<p>

</p>
<p>
<p>

</form>
</body>

</html>
Feb 5 '07 #1
0 991

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
1172
by: puzzlecracker | last post by:
Fixed font - Proportional font string initilization WHY? All 2 messages in topic - view as tree puzzlecracker Jan 29, 10:47 pm show options Newsgroups: comp.lang.c From: "puzzlecracker" <ironsel2...@gmail.com> - Find messages by this author
4
1491
by: Marty Cruise | last post by:
I am getting the following error: " Object reference not set to an instance of an object." The strange thing is that I AM creating a new instance of the object in the PageLoad event Iin the code behind) just prior to using it's properties, and in fact, the app ran perfectly until only recently when I installed Project Server on the web server, which should have had no impact.
14
6310
by: Matt | last post by:
I want to know if ASP.NET Web Forms Validation Controls are Server-Side or Client-Side form validation? Since I think each validator control can select either 1) JavaScript based error dialog or 2) show the error message next to the control. For example, if the text field is empty with RequiredField Validator control, it can show the value in ControlToValidate property in two ways as I mentioned. Please advise. Thanks!
2
4004
by: Martyn Fewtrell | last post by:
Dear All I have a Windows 2003 Server with IIS6 where the validation controls on ASP.Net pages no longer work. I believe it to be specific to the server as if I create an ASP.Net page on the IIS Server of my Workstation (Win XP) with a text box, button and required field validator, this works fine. If I create the same page on the IIS6 Windows 2003 Server the validation control doesn't stop the post. I've tried different browsers and...
6
2313
by: Nathan Sokalski | last post by:
I am using a DataSet as the DataSource of a DataList in my code. The SQL used to get the data from the database begins with: SELECT members.organization,artists.artist,artists.email,artists.website,members.email FROM members INNER JOIN artists ON members.memberid=artists.memberid WHERE Notice that both tables involved in the SELECT statement have a field named
9
3179
by: Patrick | last post by:
I have an ASP.NET page that searches for someone in the corporate Active Directory. It had been working fine until recently when I changed from Basic Authentication on IIS6 back to Integrated Windows authentication. The error occurs on the FindAll method. The exceptions are as follows. anyway of getting the code working with Integrated Windows authentication (too annoying for user to enter user-name/password). Note I do need to use...
12
2271
by: Nalaka | last post by:
Hi, I suddenly started getting a lot of errors from html validation (some CSS) so I followed the following instructions to disable it. If you'd rather not have these types of HTML validation errors show up in your error-list, you can disable this functionality by selecting the Tools->Options menu item in VS or Visual Web Developer. Select the TextEditor->Html->Validation tree option in the left-hand side of the
9
4180
by: julie.siebel | last post by:
Hello all! As embarrassing as it is to admit this, I've been designing db driven websites using javascript and vbscript for about 6-7 years now, and I am *horrible* at form validation. To be honest I usually hire someone to do it for me, grab predone scripts and kind of hack out the parts that I need, or just do very minimal validation (e.g. this is numeric, this is alpha-numeric, etc.)
0
2897
hyperpau
by: hyperpau | last post by:
Before anything else, I am not a very technical expert when it comes to VBA coding. I learned most of what I know by the excellent Access/VBA forum from bytes.com (formerly thescripts.com). Ergo, I will be writing this article intended for those who are in the same level, or maybe lower, of my technical knowledge. I would be using layman's words, or maybe, my own words as how I understand them, hoping, you will understand it the same way that...
0
9423
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
10216
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9865
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
0
8873
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing, and deployment—without human intervention. Imagine an AI that can take a project description, break it down, write the code, debug it, and then launch it, all on its own.... Now, this would greatly impact the work of software developers. The idea...
0
5310
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
0
5448
by: adsilva | last post by:
A Windows Forms form does not have the event Unload, like VB6. What one acts like?
1
3965
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
3565
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.
3
2815
bsmnconsultancy
by: bsmnconsultancy | last post by:
In today's digital era, a well-designed website is crucial for businesses looking to succeed. Whether you're a small business owner or a large corporation in Toronto, having a strong online presence can significantly impact your brand's success. BSMN Consultancy, a leader in Website Development in Toronto offers valuable insights into creating effective websites that not only look great but also perform exceptionally well. In this comprehensive...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.