Unfortunately, there is no quick and easy fix that I know of, hence the link to the article. Your other option is to write custom javascript to handle client-side validation for non-IE browsers.
I hope this is something that is recitifed in the next version of ASP.NET. http://weblogs.asp.net/scottgu/archive/2004/11/09/254583.aspx On 6/9/05, p_somani_2000 <[EMAIL PROTECTED]> wrote: > Dear Dean, > Thanks for the link. > I went through it. > They provide controls or inheritance facilities , > But we have already developed a big website > And I need some solution which does not need much changes like > changes in my .CS file ,or replacing existing controls with new one > in all aspx pages. > I understand that I am displaying a lazy type of gesture, > But our client wont give us that much of time. > Is there some short solution. > Also I need to mention here 2 important things: > (1) Each of the aspx page is loaded into a placeholder of a > template that is inherited in each page > (2) We use Validationsummary which displays with showmessage=true > > Thanks in advance > Parag Somani > > > > --- In [email protected], Dean Fiala > <[EMAIL PROTECTED]> wrote: > > Client-side validation does not work in non-IE browsers. There is a > > work around but it is a little more involved than editing > > BrowsersCaps. > > > > Here's a link to an article that walks you how to do it. > > > > http://aspnet.4guysfromrolla.com/articles/051204-1.aspx > > > > On 6/9/05, p_somani_2000 <[EMAIL PROTECTED]> wrote: > > > I copied it into the root directory but no success > > > > > > > > > > > > > > > --- In [email protected], [EMAIL PROTECTED] wrote: > > > > Copy the aspnet_client directory to the root directory of your > > > application. > > > > NON-IE browsers can't "find" the WebUIValidation.js file. > > > > ASP.NET 2.0 is supposed to fix this problem. > > > > > > > > > > > > Quoting Parag Somani <[EMAIL PROTECTED]>: > > > > > > > > > [Browser Compatibility issue] > > > > > we have developed a site in asp.net > > > > > we have used required field validators for our site. > > > > > But these validators are not working on browsers other than IE > > > > > I have tried many solutions but could not succeed > > > > > I have also tried to copy code for <browserCaps> tag from > various > > > help sites > > > > > into my web.config but it could not work. > > > > > Please Help for this problem > > > > > Parag Somani > > > > > Thanks in advance > > > > > [EMAIL PROTECTED] > > > > > > > > > > > > > > > > > > > > __________________________________________________ > > > > > Do You Yahoo!? > > > > > Tired of spam? Yahoo! Mail has the best spam protection > around > > > > > http://mail.yahoo.com > > > > > > > > > > [Non-text portions of this message have been removed] > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > > Yahoo! Groups Links > > > > > > > > > > > > > > > > > > > > > > > > > > > -- > > Dean Fiala > > Very Practical Software, Inc > > http://www.vpsw.com > > > > > > 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/
