473,320 Members | 1,939 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,320 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 1510
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: DolphinDB | last post by:
Tired of spending countless mintues downsampling your data? Look no further! In this article, you’ll learn how to efficiently downsample 6.48 billion high-frequency records to 61 million...
0
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
1
isladogs
by: isladogs | last post by:
The next Access Europe meeting will be on Wednesday 6 Mar 2024 starting at 18:00 UK time (6PM UTC) and finishing at about 19:15 (7.15PM). In this month's session, we are pleased to welcome back...
0
by: Vimpel783 | last post by:
Hello! Guys, I found this code on the Internet, but I need to modify it a little. It works well, the problem is this: Data is sent from only one cell, in this case B5, but it is necessary that data...
0
by: jfyes | last post by:
As a hardware engineer, after seeing that CEIWEI recently released a new tool for Modbus RTU Over TCP/UDP filtering and monitoring, I actively went to its official website to take a look. It turned...
0
by: ArrayDB | last post by:
The error message I've encountered is; ERROR:root:Error generating model response: exception: access violation writing 0x0000000000005140, which seems to be indicative of an access violation...
1
by: PapaRatzi | last post by:
Hello, I am teaching myself MS Access forms design and Visual Basic. I've created a table to capture a list of Top 30 singles and forms to capture new entries. The final step is a form (unbound)...
0
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...
1
by: Shællîpôpï 09 | last post by:
If u are using a keypad phone, how do u turn on JavaScript, to access features like WhatsApp, Facebook, Instagram....

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.