Ask a Question related to ASP.NET General, Design and Development.
-
Johny #1
Client Validation without Js
Hi....I have a problem with my asp page, when it have
diferent controls and some validation control...but i want
to validate just some controls if the user select a
checkbox i have to control just two control and if the
user select the other checkbox well i have to control the
another...
The problem is how could i decide which validator control
use when the user choose just a group.
I know that a solution is using javascript but can i
use .net code?
Johny Guest
-
Client Side Validation
:confused;We have recently upgraded our web servers to Coldfusion MX 7.1. At the time of this writing, we still can not get flash forms to work on... -
client side validation cfinput in 6.1
Hello, This is probally a very simple question but i am trying to invoke client side validation on my inputs and i have typed this: <!--- this... -
client validation
You don't say how you open the new window, but maybe this applies to you: http://support.microsoft.com/default.aspx?scid=kb%3ben-us%3b316920? --... -
image/imagebutton client validation
Hi is there any way i can call a clientside function for validation onClick of a Image or imagebutton? Right now my image or imagebutton is... -
validation summary doesnt display when there's client-side validation
I have a custom validator that validates a numeric field, txtField, that allows for thousand separators. I also placed a validation summary so... -
Michal A. Valasek #2
Re: Client Validation without Js
| I know that a solution is using javascript but can i
| use .net code?
No, if you want to use client validation. You can disable it and do
everything on server the way you like. But when you need to work strictly
client-side, you need to write your own validation in JS/VBS.
--
Michal A. Valasek, Altair Communications, [url]http://www.altaircom.net[/url]
Please do not reply to this e-mail, for contact see [url]http://www.rider.cz[/url]
Michal A. Valasek Guest



Reply With Quote

