Validations in Multiview
-
Hi, I am using asp.net multiview control in one of my forms.Here the prob is - some controls in each view contains dot net validation controls.They are getting fired when I navigate throw the multiview. Please provide the solution for this. Thanks, Srinivas Mateti 9440071311
-
Hi, I am using asp.net multiview control in one of my forms.Here the prob is - some controls in each view contains dot net validation controls.They are getting fired when I navigate throw the multiview. Please provide the solution for this. Thanks, Srinivas Mateti 9440071311
-
Hi, I am using asp.net multiview control in one of my forms.Here the prob is - some controls in each view contains dot net validation controls.They are getting fired when I navigate throw the multiview. Please provide the solution for this. Thanks, Srinivas Mateti 9440071311
Using whatever control you are navigating through the MultiView...just set the following property of that control CausesValidation=false
CC26