<tr> <td style="width: 88px"> </td> <td align="right" style="width: 388px"> Ports : </td> <td align="left" style="width: 437px"> <asp:UpdatePanel ID="UpGpsPort" runat="server"> <ContentTemplate> <asp:Label ID="LblGpsPort" runat="server"></asp:Label> </ContentTemplate> </asp:UpdatePanel> </td> <td style="width: 388px"> </td> </tr>
<tr id="TrSim1" style="display: none" runat="server"> <td style="width: 88px"> </td> <td align="right" style="width: 388px; font-size: 16px; color: #fcbf04"> SIM 1 Details : IMEI : </td> <td align="left" style="width: 437px; font-size: 16px; color: #fcbf04"> <asp:UpdatePanel ID="UpGpsIMEI1" runat="server"> <ContentTemplate> <asp:Label ID="LblIMEI1" runat="server" Text=""></asp:Label> </ContentTemplate> </asp:UpdatePanel> </td> <td style="width: 388px"> </td> </tr>
var
This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)