
Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
> Hi Ekkehard,
>
> As for the script error you encountered in your ASP.NET page, is the page
> suffering the error a very simple page
No, as already mentioned, the page is very complex. Its a Dot Net Nuke
Module that itself consists of several WebUser Controls
> , have you turn on SmartNavigation
No, Smart Navigation is not turned on
> on the page? Based on my experience, sometimes there'll occur some script
> problems with the buildin script when smartNavigation is turn on. Anyway,
> I suggest you try create a very simple page which use some simple
I am sure the error won't occur on a simple page, I think the problem is the
complex page (having nested WebControls) but the error must not occure
anyway.
To give you an idea
Page_Validators[5] has id =
_ctl0__ctl2__ctl0_CMSEditor1_FloatingInterval1_RegularExpressionValidator9
Page_Validators[20] has id
_ctl0__ctl2__ctl0_CMSEditor1_FloatingRateCalculation2_IndexTenor_RegularExpressionValidator9
The Page_Validators array having the following indizes:
0.1.2.3.4.5.20.21.22.23.24
> validation controls and test it to see whether the sample problem occurs.
> Also, mostly this is a environment specific problem and please make sure
> whether your page works on other test machine.
As far as I tested it, the problem is not computer specific...
> Thanks,
>
> Steven Cheng
> Microsoft Online Support
Regards Ekkehard
Steven Cheng[MSFT] - 20 Jul 2005 10:13 GMT
Thanks for your followup Ekkehard,
If so, I think this is a page specific problem rather than environment
specific. Have you tried isolate the problem page such as remove the count
of the validation controls on the page so as to get tha simpliefied page?
If you can provide a simplified page which can repro the problem , we can
try performing some tests on our side.
Thanks,
Steven Cheng
Microsoft Online Support

Signature
Get Secure! www.microsoft.com/security
(This posting is provided "AS IS", with no warranties, and confers no
rights.)
--------------------
| Thread-Topic: Error in WebUIValidation.js function ValidatorOnLoad?
| thread-index: AcWLoCgAO7zBBc1uQ3uK8gbI75lj3w==
| X-WBNR-Posting-Host: 217.29.147.110
| From: "=?Utf-8?B?RWtrZWhhcmQgUHJlaXM=?=" <ekke@online.nospam>
| References: <978F71CC-8C06-41E9-8E43-BEB5C7F4A8FF@microsoft.com>
<SxWaj#aiFHA.3120@TK2MSFTNGXA01.phx.gbl>
<8wBe9eziFHA.588@TK2MSFTNGXA01.phx.gbl>
| Subject: RE: Error in WebUIValidation.js function ValidatorOnLoad?
| Date: Mon, 18 Jul 2005 06:54:03 -0700
[quoted text clipped - 13 lines]
| Path: TK2MSFTNGXA01.phx.gbl!TK2MSFTNGXA03.phx.gbl
| Xref: TK2MSFTNGXA01.phx.gbl
microsoft.public.dotnet.framework.aspnet:112844
| X-Tomcat-NG: microsoft.public.dotnet.framework.aspnet
|
[quoted text clipped - 22 lines]
|
| Page_Validators[20] has id=
_ctl0__ctl2__ctl0_CMSEditor1_FloatingRateCalculation2_IndexTenor_RegularExpr
essionValidator9
| The Page_Validators array having the following indizes:
| 0.1.2.3.4.5.20.21.22.23.24
[quoted text clipped - 11 lines]
|
| Regards Ekkehard