Validation Question??
-
I have a form with may textboxes. what i want to do is causevalidation with two buttons for different boxes. for example button1 validates only textbox1 and button two validates textboxes2 and 3, and not textbox1. it i turn on cuasevalidation for both buttons they both validate all the textboxes. Does anyone have any idea on how to do this? all the textboxes and buttons are server side, and on the same page, I am using ASP.NET with VB. Thank you, Santana
-
I have a form with may textboxes. what i want to do is causevalidation with two buttons for different boxes. for example button1 validates only textbox1 and button two validates textboxes2 and 3, and not textbox1. it i turn on cuasevalidation for both buttons they both validate all the textboxes. Does anyone have any idea on how to do this? all the textboxes and buttons are server side, and on the same page, I am using ASP.NET with VB. Thank you, Santana
I'm not positive but I would think you would have to create a Custom Validator[^] to do something like that.