EnableClientScript property

unkiller

New Member
Is there any way to set the EnableClientScript property of a field on a form during runtime of an application.<BR><BR>I need to do different validations depending on what button is clicked. ie. If button A is clicked, I validate field 1,2, and 3 but if button b is clicked, I only validate field 1. When I set the EnableClientScript property of the field to false b4 I run the application, then that field is not validated. <BR><BR>Does anyone know if I can set a particular field to false while the application is running? In this way, I could probably control which fields are validated without having to write an extra validation funtion for the buttons that do not require all fields to be validated.<BR><BR>Thanks,<BR><BR>Anthea
 
Back
Top