如何在ASP.NET webforms中将单选按钮设为图像?

时间:2015-06-10 18:14:47

标签: c# asp.net

我正在尝试制作一个基本形式,使用asp.net RadioButtons为5个不同的笑脸。我想删除RadioButton默认外观并使用在选中时获取边框的图像。到目前为止,我一直在避免jQuery,我希望它只能用asp.net和c#代码来完成。这是到目前为止每个RadioButton的通用代码

<asp:RadioButton runat="server" ID="Exceeded" GroupName="experience" />
<label for="Exceeded">
    <img src="Images/Exceeded.png" />
</label>

0 个答案:

没有答案