Advertisement
Guest User

WebBuscador CODIGO HTML

a guest
Feb 20th, 2020
103
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 1.62 KB | None | 0 0
  1. <head runat="server">
  2. <title></title>
  3. <style type="text/css">
  4. .auto-style1 {
  5. width: 100%;
  6. }
  7. .auto-style2 {
  8. text-align: center;
  9. }
  10. .auto-style3 {
  11. text-align: left;
  12. }
  13. </style>
  14. </head>
  15. <body>
  16. <form id="form1" runat="server">
  17. <table class="auto-style1">
  18. <tr>
  19. <td>&nbsp;</td>
  20. <td class="auto-style2" colspan="2">
  21. <asp:Image ID="Image1" runat="server" Height="200px" ImageUrl="~/Imagenes/wslogo.png" />
  22. </td>
  23. </tr>
  24. <tr>
  25. <td>&nbsp;</td>
  26. <td class="auto-style3">
  27. <asp:RadioButtonList ID="RadioButtonList1" runat="server">
  28. <asp:ListItem Selected="True">Por Tema</asp:ListItem>
  29. <asp:ListItem>Por Descripcion</asp:ListItem>
  30. </asp:RadioButtonList>
  31. <asp:TextBox ID="txtBuscar" runat="server"></asp:TextBox>
  32. &nbsp;</td>
  33. <td class="auto-style2">
  34. <asp:Button ID="btnBuscar" runat="server" Text="Buscar" />
  35. </td>
  36. </tr>
  37. <tr>
  38. <td>&nbsp;</td>
  39. <td>
  40. <asp:Table ID="Table1" runat="server">
  41. </asp:Table>
  42. </td>
  43. <td>&nbsp;</td>
  44. </tr>
  45. <tr>
  46. <td>&nbsp;</td>
  47. <td>&nbsp;</td>
  48. <td>
  49. <asp:Button ID="btnSiguiente" runat="server" Text="Siguiente" />
  50. </td>
  51. </tr>
  52. </table>
  53. <div>
  54. </div>
  55. </form>
  56. </body>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement