Ask a Question related to ASP.NET Building Controls, Design and Development.
-
paul.hester@gmail.com #1
Stopping client side event validation
Hi all,
I've been trying unsuccessfully to stop client side event validation.
I've created a simple page with a text box, a required field validator
and a server button with the following settings:
1. <pages enableEventValidation="false"> in web.config
2. EnableClientScript="false" in the required field validator.
3. EnableEventValidation="false" in the Page directive (which, I know,
is not necessary).
I can programmatically check the web.config setting and it is correctly
set to "false".
Whenever the validator is on the form, it generates all of the extra
javascript (the onclick for the button, and the __EVENTTARGET and
__EVENTARGUMENT hidden inputs).
Is there anything I'm missing here? I just want to have server-side
validation without the client script but there doesn't appear to be an
easy way to turn this off.
Any help would be much appreciated.
Thanks,
Paul
paul.hester@gmail.com 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 on datagrid
Hello Group I am using template coulmns for input in datagrid how can I validate text boxes whcih are inside datagrid's template column at... -
stopping client side caching
What can be done to keep pages from caching and to hit the server each and every time they are accessed? When our users hit their back button on... -
Client side validation in footer row
I have a timesheet application with a variable number of rows, depending on how many projects the user is working on at the time. Each row has... -
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...



Reply With Quote

