Mon Feb 20, 2012 12:25 pm
<table style="width: 100%; padding-bottom: 10px;" cellpadding="0" cellspacing="0"
border="0" summary="0" id="Radiotable" runat="server">
<tr>
<td style="width: 10px">
</td>
<td width="3%">
</td>
<td>
<asp:Label ID="lblError" runat="server" Font-Names="segoe UI" Font-Size="12px" ForeColor="Red"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
1.
</td>
<td>
<asp:Label ID="lblQuestion1" runat="server" Font-Names="segoe UI" Font-Size="12px"
Text="Did the driver report on time to the Pick up point (+ - 5 Minutes)?"></asp:Label> <sup
style="color: Red">*</sup>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
</td>
<td>
<asp:RadioButtonList ID="rdlQues1" runat="server" Font-Names="segoe UI" Font-Size="12px">
<asp:ListItem Value="Yes">Yes</asp:ListItem>
<asp:ListItem Value="No">No</asp:ListItem>
</asp:RadioButtonList>
<asp:RequiredFieldValidator ID="rfvQues1" runat="server" ControlToValidate="rdlQues1"
ErrorMessage="*"></asp:RequiredFieldValidator>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
2.
</td>
<td>
<asp:Label ID="lblQuestion2" runat="server" Font-Names="segoe UI" Font-Size="12px"
Text="Did you encounter traffic jam on your route?"></asp:Label> <sup style="color: Red">*</sup>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
</td>
<td>
<asp:RadioButtonList ID="rdlQues2" runat="server" Font-Names="segoe UI" Font-Size="12px">
<asp:ListItem Value="Yes">Yes</asp:ListItem>
<asp:ListItem Value="No">No</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
3.
</td>
<td>
<asp:Label ID="lblQuestion3" runat="server" Font-Names="segoe UI" Font-Size="12px"
Text="Did the driver over speed?"></asp:Label> <sup style="color: Red">*</sup>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
</td>
<td>
<asp:RadioButtonList ID="rdlQues3" runat="server" Font-Names="segoe UI" Font-Size="12px">
<asp:ListItem Value="Yes">Yes</asp:ListItem>
<asp:ListItem Value="No">No</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
4.
</td>
<td>
<asp:Label ID="lblQuestion4" runat="server" Font-Names="segoe UI" Font-Size="12px"
Text="Did he pick any of Non MindTree Mind on route?"></asp:Label> <sup style="color: Red">*</sup>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
</td>
<td>
<asp:RadioButtonList ID="rdlQues4" runat="server" Font-Names="segoe UI" Font-Size="12px">
<asp:ListItem Value="Yes">Yes</asp:ListItem>
<asp:ListItem Value="No">No</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
5.
</td>
<td>
<asp:Label ID="lblQuestion5" runat="server" Font-Names="segoe UI" Font-Size="12px"
Text="Did the driver demonstrate rude behavior?"></asp:Label> <sup style="color: Red">*</sup>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
</td>
<td>
<asp:RadioButtonList ID="rdlQues5" runat="server" Font-Names="segoe UI" Font-Size="12px">
<asp:ListItem Value="Yes">Yes</asp:ListItem>
<asp:ListItem Value="No">No</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
6.
</td>
<td>
<asp:Label ID="lblQuestion6" runat="server" Font-Names="segoe UI" Font-Size="12px"
Text="Was the driver under the influence of Alcohol?"></asp:Label>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
</td>
<td>
<asp:RadioButtonList ID="rdlQues6" runat="server" Font-Names="segoe UI" Font-Size="12px">
<asp:ListItem Value="Yes">Yes</asp:ListItem>
<asp:ListItem Value="No">No</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
7.
</td>
<td>
<asp:Label ID="lblQuestion7" runat="server" Font-Names="segoe UI" Font-Size="12px"
Text="Did he follow the traffic rules?"></asp:Label> <sup style="color: Red">*</sup>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
</td>
<td>
<asp:RadioButtonList ID="rdlQues7" runat="server" Font-Names="segoe UI" Font-Size="12px">
<asp:ListItem Value="Yes">Yes</asp:ListItem>
<asp:ListItem Value="No">No</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
8.
</td>
<td>
<asp:Label ID="lblQuestion8" runat="server" Font-Names="segoe UI" Font-Size="12px"
Text="Was Vehicle Clean?"></asp:Label> <sup style="color: Red">*</sup>
</td>
</tr>
<tr>
<td style="width: 10px">
</td>
<td align="center" width="3%">
</td>
<td>
<asp:RadioButtonList ID="rdlQues8" runat="server" Font-Names="segoe UI" Font-Size="12px">
<asp:ListItem Value="Yes">Yes</asp:ListItem>
<asp:ListItem Value="No">No</asp:ListItem>
</asp:RadioButtonList>
</td>
</tr>
</table>
Codemiles.com is a participant in the Amazon Services LLC Associates Program, an affiliate advertising program designed to provide a means for sites to earn advertising fees by advertising and linking to Amazon.com
Powered by phpBB © phpBB Group.