Hi,
I have two textboxes named txtage and txtnomineeage.now i want to validate depend on the age of first textbox(txtage).If txtage is less than 18yrs then txtnomineeage is mandatory.And one more thing txtnomineeage always greater than txtage.Plz help me.I want either javascript or jquery or validating controls code.
Thanks in advance
Loading
Sukesh MarlaPosted Sep 25, 2012, 11:34 AM
you will find custom validator sample here..
http://www.c-sharpcorner.com/UploadFile/SukeshMarla/Asp-Net-validation-control/
Check this is correct answer if it helped.