aquafin
February 8th, 2006, 09:48 PM
How do i group validation controls in asp.net 1.1?
That is , i have two sets of textboxes which have to be validated on clicking the respective submit buttons
Textbox1 & textbox2 should be validated on clicking button1
Textbox3 & textbox4 should be validated on clicking button2
But the required fieldvalidators fire offf for all the textboxes irrespective of the button clicked,
Any help would be apprecited,
In asp.net 2.0 there is a validation group property for buttons, but for asp.net 1.x ? how is this done?
Thanks
That is , i have two sets of textboxes which have to be validated on clicking the respective submit buttons
Textbox1 & textbox2 should be validated on clicking button1
Textbox3 & textbox4 should be validated on clicking button2
But the required fieldvalidators fire offf for all the textboxes irrespective of the button clicked,
Any help would be apprecited,
In asp.net 2.0 there is a validation group property for buttons, but for asp.net 1.x ? how is this done?
Thanks