In my asp webpage, there is a radiobuttonlist with 2 values. And in the same page two divs are there. These two divs are hidden. Upon mouseover of first value of the radiobuttonlist, the first div should be visible and upon the mouseout the same div should be invisible. Like that upon the mouseover of the second value of the radiobuttonlist, the second div should be visible and upon mouseout, div should be invisible.
Thanks in advance.