OK, The problem is that the mozilla-based browsers can't find the validation scripts in aspnet_client, even if they are off the wwwroot directory. IE finds them just fine. All you need to do is copy the aspnet_client directotry into your webapp directory and the validation will work as intended.
On 5/24/05, [EMAIL PROTECTED] <[EMAIL PROTECTED]> wrote: > Has anyone experienced problems using the Validator controls in aspx pages in > the NetScape7.2 and FireFox browsers? > > I do not have a problem with IE. All Validator controls function as I > expected, but not with either NetScape7.2 or FireFox. > > I have tried adding EnableClientSideScript="true" but no difference. > > I even added Page.IsValid checks, but still the Validator controls don't > function as I expected. > > Is this a bug in ASP.Net? (VB.Net is the language) > > > Thanks, > Dallas > > > > > Yahoo! Groups Links > > > > > > > -- Dean Fiala Very Practical Software, Inc http://www.vpsw.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/AspNetAnyQuestionIsOk/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/
