Hi,
i've one dropdown(autopostback = "true") and some other controls say x,y,z... and one approve button.All are mandatory fields
when i click on approve button,validation is fired for dropdown. and i have some server code in dropdown selected index changed event. and i kept dropdown in updatepanel. and for the second time i clicked on approve button, validation is fired for y control instead of x. after value in y cotnrol is filled, it is fired for x control.
is there any way to control the order of firing.i mean, validation is to be fired, in the order dropdown,x,y...
|