1. <div>
  2. <table>
  3. <tr>
  4. <td >
  5. <asp:TextBox ID="txtWebsiteAddress" runat="server" Width="415px">www.google.com</asp:TextBox>&nbsp;</td>
  6. <td >
  7. &nbsp;<asp:Button ID="btnShowThumbnailImage" runat="server" Text="Show Thumbnail Image" OnClick="btnShowThumbnailImage_Click" /></td>
  8. </tr>
  9. <tr>
  10. <td>
  11. Width:
  12. <asp:TextBox ID="txtWidth" runat="server">300</asp:TextBox>
  13. &nbsp;Height:
  14. <asp:TextBox ID="txtHeight" runat="server">300</asp:TextBox></td>
  15. <td>
  16. </td>
  17. </tr>
  18. <tr>
  19. <td colspan="2" style="height: 32px">
  20. <asp:Image ID="imgWebPageThumbnailImage" runat="server" Visible="false"/></td>
  21. </tr>
  22. </table>
  23. </div>