as ajax is partial postback so any body tell how to write the page validation code in a single evnt insted of checking in each event whethe the page is valid or not..like
Page.Validate();
if (!Page.IsValid)
return;
in each event the validators associted with.
any suggestion will really be appreciable...
thanks