I have the following code in my 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>
I want to change the image and the background color in my code behind file. How would I do that?
Add a runat=server attribute so you can access it on the server (or use the Image server control).
Here is an example
and the server code