try
 <asp:RadioButtonList ID="Rating" runat="server">
                                                                <asp:ListItem text="Five" value="5" selected="True">
                                                                    <img src="Images/reviewrating5.gif"></asp:ListItem>
                                                                <asp:ListItem text="Four" value="4">
                                                                    <img src="Images/reviewrating4.gif"></asp:ListItem>
                                                                <asp:ListItem text="Three" value="3">
                                                                    <img src="Images/reviewrating3.gif"></asp:ListItem>
                                                                <asp:ListItem text="Two" value="2">
                                                                    <img src="Images/reviewrating2.gif"></asp:ListItem>
                                                                <asp:ListItem text="One" value="1">
                                                                    <img src="Images/reviewrating1.gif"></asp:ListItem>
                                                            </asp:RadioButtonList>
//*****************************************************************************

http://www.asp.net/IBS_Store/docs/ReviewAdd_aspx.htm
看到的