check this out
http://www.codeproject.com/useritems/ASPNET_Vali
dation_Tamed.asp
it has some information about validation and its problems.
One thing I know
for sure, validation (using the built in controls) is not
inter-browser
compatible. Meaning FF will do something while IE does
another, and that is
not the fault of FF either, it is a problem in the
validation controls
themselves, and one more thing I am talking 1.1 not 2.0. In
2.0 some issues
have been fixed.
On 6/20/06, Bruno Robichaud <BrunoR netspheresolutions.com>
wrote:
>
> Thx but I don't think that is the solutions , I think
it's only for html
> display because I used the broswercaps code and put it
into the webconfig
> and it's still not working.
>
> -----Original Message-----
> From: Discussion of writing applications and components
using Visual Basic
> .NET [mailto:VBDOTNET DISCUSS.DEVELOP.COM] On
Behalf Of Pardee, Roy
> Sent: Tuesday, June 20, 2006 3:04 PM
> To: VBDOTNET DISCUSS.DEVELOP.COM
> Subject: Re: [VBDOTNET] ASP.NET Validation Control and
FireFox
>
> Have a look at this & the links therein & see
if it helps.
>
> http://weblogs.asp.net/fmarguerie/archive/2005/0
1/04/346222.aspx
>
> HTH,
>
> -Roy
>
> -----Original Message-----
> From: Discussion of writing applications and components
using Visual
> Basic .NET [mailto:VBDOTNET DISCUSS.DEVELOP.COM] On
Behalf Of Bruno
> Robichaud
> Sent: Tuesday, June 20, 2006 11:00 AM
> To: VBDOTNET DISCUSS.DEVELOP.COM
> Subject: Re: [VBDOTNET] ASP.NET Validation Control and
FireFox
>
> I'm Using asp.net 1.1, I putted that code I pasted
before in my button
> click event, after he do the code there no page load
call so I don't
> think there a postback. I begin to think that my only
solutions would be
> to create a custom validation control which I need it
to be dynamique
> because we have like 20 website that need to work on
both browser IE and
> FF.
>
> -----Original Message-----
> From: Discussion of writing applications and components
using Visual
> Basic .NET [mailto:VBDOTNET DISCUSS.DEVELOP.COM] On
Behalf Of Pardee,
> Roy
> Sent: Tuesday, June 20, 2006 2:51 PM
> To: VBDOTNET DISCUSS.DEVELOP.COM
> Subject: Re: [VBDOTNET] ASP.NET Validation Control and
FireFox
>
> Are you sure your page is not posting back? That's vb
code, which will
> not run in firefox AFAIK.
>
> What version of asp.net are you using? It may be that
you need to
> educate asp.net as to the capabilities of firefox.
IIRC, asp.net 1.1
> comes with some wrong ideas about what all FF can
handle & so it doesn't
> even send down certain bits of javascript, css etc.
>
> HTH,
>
> -Roy
>
> -----Original Message-----
> From: Discussion of writing applications and components
using Visual
> Basic .NET [mailto:VBDOTNET DISCUSS.DEVELOP.COM] On
Behalf Of Bruno
> Robichaud
> Sent: Tuesday, June 20, 2006 10:19 AM
> To: VBDOTNET DISCUSS.DEVELOP.COM
> Subject: [VBDOTNET] ASP.NET Validation Control and
FireFox
>
> Hi, I was able to make my validation control work with
this code on
> FireFox.
>
> Page.Validate()
>
> If Not Page.IsValid Then
> Return
> End If
>
> It's working fine I see the asterix and the page is
not posting back but
> there something missing, my validation summary is not
working at all and
> I need it to popup whit all the error like it would do
in IE. Does
> someone know a solutions or an altenative. Thx
>
> ===================================
> This list is hosted by DevelopMentor(r) http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>
> ===================================
> This list is hosted by DevelopMentor. http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>
> ===================================
> This list is hosted by DevelopMentor(r) http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>
> ===================================
> This list is hosted by DevelopMentor. http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>
> ===================================
> This list is hosted by DevelopMentor(r) http://www.develop.com
>
> View archives and manage your subscription(s) at
> http://discuss.develop.com
>
===================================
This list is hosted by DevelopMentorŪ http://www.develop.com
View archives and manage your subscription(s) at http://discuss.develop.com
|