<aw:RadioButtonList ID="rblTTechnicalExpertise" Label="2 How satisfied are you with the technical expertise of the" RunAt="server" RepeatDirection="Horizontal" Width="225px">
<asp:ListItem Value="1" text="" />
<asp:ListItem Value="2" text="" />
<asp:ListItem Value="3" text="" />
<asp:ListItem Value="4" text="" />
<asp:ListItem Value="5" text="" />
<asp:ListItem value="0" text="" />
</aw:RadioButtonList>
|