S
Support
Hello:
I used the code in the first example from:
http://support.microsoft.com/default.aspx?scid=kb;en-us;316712
I get an "error on the page" line 4 char 1 syntax error Code:0 test.aspx
The folder where it is running has the following as the default script for
aspx:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
So, I am running .Net 1.1 on a win 2000 machine with IIS. I am using IE
version 6.0.2800.1106.xpsp2.030422-1633
It also has asp.net version 1.0 installed
What's wrong.
Apparently the error is generated by the validator code:
<asp:RequiredFieldValidator
id="RequiredfieldvalidatorHeight"
ControlToValidate="txtHeight"
ErrorMessage="Height field is empty"
Display="Static"
InitialValue="" Width="100%"
runat=server></asp:RequiredFieldValidator>
So, when I remove it, the error goes away.
Thanks for your help
Terry
I used the code in the first example from:
http://support.microsoft.com/default.aspx?scid=kb;en-us;316712
I get an "error on the page" line 4 char 1 syntax error Code:0 test.aspx
The folder where it is running has the following as the default script for
aspx:
C:\WINNT\Microsoft.NET\Framework\v1.1.4322\aspnet_isapi.dll
So, I am running .Net 1.1 on a win 2000 machine with IIS. I am using IE
version 6.0.2800.1106.xpsp2.030422-1633
It also has asp.net version 1.0 installed
What's wrong.
Apparently the error is generated by the validator code:
<asp:RequiredFieldValidator
id="RequiredfieldvalidatorHeight"
ControlToValidate="txtHeight"
ErrorMessage="Height field is empty"
Display="Static"
InitialValue="" Width="100%"
runat=server></asp:RequiredFieldValidator>
So, when I remove it, the error goes away.
Thanks for your help
Terry