problem with displayin the error message of custom validator
- by karthik
i have a listbox control inside updatepanel. and a custom validator associated with the listbox. i made true for the validateemptytext property of the custom validator. it should display the error message wen it's empty wen i click a button. it's workin properly except the very first time. help me.