I tried some.It worked Correctly,But i want the radiobutton should be in the top of the image but it shows bottom of the image
I want the radio button to the top ..
<asp:RadioButtonList ID="radio" runat="server" RepeatDirection="Horizontal"> <asp:ListItem Text='<img src="Images/Lap.png" alt="img1" style="width:170px"/>' Value="1" Selected="True" /> </asp:RadioButtonList>
© COPYRIGHT 2025 ASPSnippets.com ALL RIGHTS RESERVED.