I have 3 RadioButtons from same group, and every radioButton enables its listbox.
I want to check if radiobutton was checked and its if items were selected from its listbox.
So I”m using CustomValidator with only server side method which checks the conditions and fires the specific ErrorMessage.
My question is, can i call this method witout assigning the customValidator to a control, since i have 3 possible radioButtons?
thanks,
Eddie
http://msdn.microsoft.com/en-us/library/9eee01cx%28v=VS.100%29.aspx