我想让服务器控件RadioButtonList 
<asp:RadioButtonList id="rdbtlColumnProperty" runat="server" Width="376px" Height="24px"></asp:RadioButtonList>
的选中项改变来控制另一个服务器控件的显示与否
<asp:DropDownList id="dpdlDept" runat="server"></asp:DropDownList>用javascript的方法怎么来实现?因为用RadioButtonList的SelectedIndexChanged 事件的话会刷新页面,这个方法不好。