473,383 Members | 1,877 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,383 software developers and data experts.

Validation control Question....

Ciao!

I've been developing my application for a while and after testing under
Mozilla, I've noticed that validation controls are not rendered at all!

Any ideas or/and suggestions?

thanks,

Filippo
Nov 18 '05 #1
6 1512
Please make those controls have server-side validation.
Or write custom validation for them. The validation controls work well on IE
but not on Mozilla

Regards
Mohamed El Ashmawy
MEA Developer Support Center
ITWorx on behalf of Microsoft EMEA GTSC

"Filippo" <pa******************@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Ciao!

I've been developing my application for a while and after testing under
Mozilla, I've noticed that validation controls are not rendered at all!

Any ideas or/and suggestions?

thanks,

Filippo

Nov 18 '05 #2
Please make those controls have server-side validation.
Or write custom validation for them. The validation controls work well on IE
but not on Mozilla

Regards
Mohamed El Ashmawy
MEA Developer Support Center
ITWorx on behalf of Microsoft EMEA GTSC

"Filippo" <pa******************@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Ciao!

I've been developing my application for a while and after testing under
Mozilla, I've noticed that validation controls are not rendered at all!

Any ideas or/and suggestions?

thanks,

Filippo

Nov 18 '05 #3
If you use built-in validators, they have server-side support
(browser-independent) by default, but you need to check Page.IsValid or
optionally validator.IsValid before letting critical, validation-dependent
code to run.

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

"Filippo" <pa******************@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Ciao!

I've been developing my application for a while and after testing under
Mozilla, I've noticed that validation controls are not rendered at all!

Any ideas or/and suggestions?

thanks,

Filippo

Nov 18 '05 #4
If you use built-in validators, they have server-side support
(browser-independent) by default, but you need to check Page.IsValid or
optionally validator.IsValid before letting critical, validation-dependent
code to run.

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

"Filippo" <pa******************@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Ciao!

I've been developing my application for a while and after testing under
Mozilla, I've noticed that validation controls are not rendered at all!

Any ideas or/and suggestions?

thanks,

Filippo

Nov 18 '05 #5
Hi Filippo,

You have found one of many limitations of the ASP.NET validators. I rewrote
the entire validation system in my product "Professional Validation And
More" (http://www.peterblum.com/vam/home.aspx). It supports client-side
validation on IE, IE/Mac, Netscape/Mozilla, Opera 7, and Safari. There are
extensive enhancements that greatly reduce the amount of code you write for
validation.

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Filippo" <pa******************@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Ciao!

I've been developing my application for a while and after testing under
Mozilla, I've noticed that validation controls are not rendered at all!

Any ideas or/and suggestions?

thanks,

Filippo

Nov 18 '05 #6
Hi Filippo,

You have found one of many limitations of the ASP.NET validators. I rewrote
the entire validation system in my product "Professional Validation And
More" (http://www.peterblum.com/vam/home.aspx). It supports client-side
validation on IE, IE/Mac, Netscape/Mozilla, Opera 7, and Safari. There are
extensive enhancements that greatly reduce the amount of code you write for
validation.

--- Peter Blum
www.PeterBlum.com
Email: PL****@PeterBlum.com
Creator of "Professional Validation And More" at
http://www.peterblum.com/vam/home.aspx

"Filippo" <pa******************@yahoo.com> wrote in message
news:%2****************@TK2MSFTNGP09.phx.gbl...
Ciao!

I've been developing my application for a while and after testing under
Mozilla, I've noticed that validation controls are not rendered at all!

Any ideas or/and suggestions?

thanks,

Filippo

Nov 18 '05 #7

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

1
by: Colin Basterfield | last post by:
Hi, I have a web form which takes daily sales totals, both counts and monetary value and is done on a weekly basis, so on a Monday morning the User would enter these totals. Each total has a...
14
by: Matt | last post by:
I want to know if ASP.NET Web Forms Validation Controls are Server-Side or Client-Side form validation? Since I think each validator control can select either 1) JavaScript based error dialog or 2)...
1
by: Stephen Adam | last post by:
Hi there, I have written a custom validation control which checks to see of an input field is not empty and contains only numeric data. I was using a regular expression validation control but...
5
by: Chris | last post by:
Based upon some prevoius postings on what to do for adding a 'add' row to a datagrid I utilize the footer to create the 'add' row. The only issue is that I have it sharing the 'UpDate_Command' and...
1
by: Jack | last post by:
Hi, I have a page with a repeater control that contains textboxes. I'm trying to create a validation class that is called by my page. A method in this class iterates through all the controls...
5
by: Richard Brown | last post by:
Ok, I've been looking through the .NET SDK docs and stuff. I'm wondering if you can provide a control extender that does generic validation or functionality just by dropping it on the form. For...
1
by: Buddy Ackerman | last post by:
I don't know what the problem is. I have a form with several controls that need to be validated, I put a validation group in every form control, every validatoino control, the submit button and...
2
by: dustbort | last post by:
I recently had a problem where my required field validator stopped working. But, the page still posted back and tried to insert a record into the database without performing server-side validation....
1
by: brantman | last post by:
Here is a question that needs to be revisited. I noticed that there are more that a few posts about this in this group and in custom controls. Here is the problem: When inheriting from a...
11
by: Rik | last post by:
Hello guys, now that I'm that I'm working on my first major 'open' forms (with uncontrolled users I mean, not a secure backend-interface), I'd like to add a lot of possibilities to check wether...
1
by: CloudSolutions | last post by:
Introduction: For many beginners and individual users, requiring a credit card and email registration may pose a barrier when starting to use cloud servers. However, some cloud server providers now...
0
by: Faith0G | last post by:
I am starting a new it consulting business and it's been a while since I setup a new website. Is wordpress still the best web based software for hosting a 5 page website? The webpages will be...
0
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 3 Apr 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome former...
0
by: ryjfgjl | last post by:
In our work, we often need to import Excel data into databases (such as MySQL, SQL Server, Oracle) for data analysis and processing. Usually, we use database tools like Navicat or the Excel import...
0
by: Charles Arthur | last post by:
How do i turn on java script on a villaon, callus and itel keypad mobile phone
0
by: aa123db | last post by:
Variable and constants Use var or let for variables and const fror constants. Var foo ='bar'; Let foo ='bar';const baz ='bar'; Functions function $name$ ($parameters$) { } ...
0
by: ryjfgjl | last post by:
In our work, we often receive Excel tables with data in the same format. If we want to analyze these data, it can be difficult to analyze them because the data is spread across multiple Excel files...
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.