hi
in asp.net page three is three radio button and three text box. now i have to check that if radio button one is selected then textbox1 is required to fill and text box 2 and 3 not required to fill , if radio button 2 selected then text 2 required to fill and text box 3 and 1 not required to fill and same for other
how i can alert messge and check this on button click
regard