Asp.net 2.0 RequiredFieldValidator

N

niju

Hi all
I am using ASP.NET 2.0 RequiredFieldValidator in my application. This
Control works fine with IE and latest Netscape. However, in netscape6
page Postback fails.Is this a bug or by design?

Regards
Niju
 
C

Christopher Reed

What do you mean "postback fails"? Does a message appear on the screen?
Does it try to postback but it returns a blank page?

While I'm not completely certain, I'm going to guess that Netscape 6 is
probably a downlevel browser with respect to ASP.NET. You might look at the
requirements statement for an uplevel browser within the MSDN/.NET SDK
documentation for further information.

If Netscape 6 is a downlevel browser, chances are that the javascript is not
working as would be expected in an uplevel browser. In this case, you
should use server-side validation as a backup.
 
N

niju

Hi Christopher,
Thanks for your reply, when i said "postback fails", the page doesnot
fire the event "__doPostBack". I have dropdownlist control which is set
to autopostback. When i run the app in Netscape6.The event doesnot get
fired.


Regards
Niju
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Members online

Forum statistics

Threads
473,780
Messages
2,569,611
Members
45,281
Latest member
Pedroaciny

Latest Threads

Top