Advertisement
Guest User

Untitled

a guest
Nov 28th, 2014
146
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 2.19 KB | None | 0 0
  1. <table width="100%">
  2. <tr>
  3. <td>&nbsp;
  4. </td>
  5. <td>&nbsp;
  6. </td>
  7. </tr>
  8. <tr>
  9. <td>
  10. <%--<span style="width: 100px; text-align: left;">Doctor</span>--%>
  11. <asp:Label ID="lblDoctor" runat="server" Text="Doctor's Name (<span style='color: red;'>*</span>):" Width="160px"></asp:Label>
  12. </td>
  13. <td>
  14. <asp:DropDownList ID="dlDoctors" runat="server" Width="80%">
  15. <asp:ListItem Text="Michael Christodoulides" Value="1"></asp:ListItem>
  16. </asp:DropDownList>
  17. </td>
  18. </tr>
  19. <tr>
  20. <td>
  21. <asp:Label ID="Label1" runat="server" Text="Date of Surgery (<span style='color: red;'>*</span>):" Width="160px"></asp:Label>
  22. </td>
  23. <td>
  24. <asp:DropDownList ID="DropDownList1" runat="server" Width="80%">
  25. <asp:ListItem Text="Michael Christodoulides" Value="1"></asp:ListItem>
  26. </asp:DropDownList>
  27. </td>
  28. </tr>
  29. <tr>
  30. <td colspan="2">
  31. <%--ID – enter one of the following (*):--%>
  32. <%--<asp:Label ID="Label11" runat="server" Text="ID – enter one of the following (<span style='color: red;'>*</span>):"></asp:Label>--%>
  33. <span>ID – enter one of the following (<span style='color: red;'>*</span>):</span>
  34. </td>
  35. </tr>
  36. </table>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement