change DateTime validation process

This public forum is for user-to-user discussions of ASP.NET Maker. Note that this is not support forum.
Post Reply
usr338
User
Posts: 3

change DateTime validation process

Post by usr338 »

Hi
How can write my code instead of generated code for validating datetime ?
I mean i want to change validation process, not writing new code on Form_CustomeValidate because it runs after generated form validation.


vincenthung
User
Posts: 88

Post by vincenthung »

If you want to validate your data with your own code only, you can set the [Validation] in edit tag to "None". Then the value will be only validated by your code in "Form_CustomValidate"


Post Reply