tri_inn Level: Regular User Registered: 26-08-2002 Posts: 395
|
question about validation control
say suppose in my web form there are three text boxes and three required validation controls are associated with three different textbox
and when i will post my form then my form will not be posted because three textbox are empty and all required validation control will be visible
simultaneously. so i want to know how could i work with required validation or any validation control in a such a that each required validation
or any validation control will fire one after another. is it possible in asp.net if yes, then please tell me in detail.
|