473,396 Members | 1,871 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,396 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 1514
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...
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: 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...
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...
0
by: Hystou | last post by:
Overview: Windows 11 and 10 have less user interface control over operating system update behaviour than previous versions of Windows. In Windows 11 and 10, there is no way to turn off the Windows...
0
agi2029
by: agi2029 | last post by:
Let's talk about the concept of autonomous AI software engineers and no-code agents. These AIs are designed to manage the entire lifecycle of a software development project—planning, coding, testing,...

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.