fawadkhalil 0 Junior Poster in Training

Hi all
i have a radio button list with two values 1.public 2.private. I want certain rows of my table to be visible, when radio button value is changed to public whose visibility is set to false. I can easily accomplish it through SelectedIndexChanged event but that will cause page to post back.
How can i achieve this by writing javascript code.