Author: Inkus | Posted on: 5/26/2006 9:34:53 AM | Views : 1073

Hi!

Is all the standard ASP.NET 2.0 validators fully compatible with Firefox (currently 1.5.0.3)?
I've been searching info about this for some time now, and still not sure. Some sites say I should use BrowserCaps section in my Web.config to make them compatible, other say ASP.Net 2.0 validators work with Firefox nativelly.
I have tried for example RequireFieldsValidator, with BrowserCaps section from http://slingfive.com/pages/code/browserCaps/ and without it, and did not get client side validated properly - Firefox somewhy making a postback all the time.

Test.aspx: 
<%@ Page Language="C#" AutoEventWireup="true" CodeFile="Test.aspx.cs" Inherits="Test" %> <!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Transitional//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-transitional.dtd"> <html Go to the complete details ...