required field validator and browsers other than IE

T

Timothy Elvidge

Despite using modern browsers namely Opera and Firefox these browsers are not passed back the javascript required to check for required fields. What can I do?
 
T

Teemu Keiski

Hi,

alternatives are listed here:

a) Always use server-side validation (check Page.IsValid on server-side),
this ensures that validation happens despite if client-side is supported or
not

b) You could develop the validation yourself with custom controls/custom
validators or by getting 3rd party solution for example Peter Blum's
Professional Validation.
http://www.peterblum.com/VAM/Home.aspx

--
Teemu Keiski
MCP, Microsoft MVP (ASP.NET), AspInsiders member
ASP.NET Forum Moderator, AspAlliance Columnist
http://blogs.aspadvice.com/joteke






Timothy Elvidge said:
Despite using modern browsers namely Opera and Firefox these browsers are
not passed back the javascript required to check for required fields. What
can I do?
 

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,769
Messages
2,569,578
Members
45,052
Latest member
LucyCarper

Latest Threads

Top