我的 Telerik Radbutton 中有以下代码:
<telerik:RadButton ID="RadButton1" runat="server" Height="138px" Text="RadButton" Width="264px">
<ContentTemplate>
<img alt="testg" src="imagesprof.jpg" height="80" width="80" />
<span class="btnText">Question 1</span>
</ContentTemplate>
</telerik:RadButton>
我想在我的代码隐藏文件中更改图像和背景颜色。我该怎么做?