Newbie webform page layout question

From: deko (deko_at_hotmail.com)
Date: 04/24/04


Date: Sat, 24 Apr 2004 18:41:38 GMT

How do I incorporate large areas of text with small areas of webform? The
book I have shows examples of how to make webforms, and how to make HTML
pages - but it seems I need to mix the two to get a page that looks anything
like what I see in the real world.

Do I just open my webform in HTML view and cut-and-paste in all my HTML? Do
I try to put 200 lines of text into a Label control?

Thanks in advance.



Relevant Pages

  • Re: FindControl doesnt work
    ... The ID attribute of the WebForm is the Name of the object. ... It create HTML pages on the client, ... A Page class is inherited from Control, ... Here is the Reference Section regarding ASP.Net Pages: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: FindControl doesnt work
    ... The ID attribute of the WebForm is the Name of the object. ... It create HTML pages on the client, ... A Page class is inherited from Control, ... Here is the Reference Section regarding ASP.Net Pages: ...
    (microsoft.public.dotnet.framework.aspnet)
  • Viewstate of Dynamically Generated Table Rowss ??
    ... With an ASP page you can add a webform textbox and button (ie not HTML ones) ... interacting with a HTML table. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: update form background color
    ... It is than Page or webform. ... A webform is a page build using HTML ... Private Sub Page_Load(ByVal sender As System.Object, ... 'Put user code to initialize the page here ...
    (microsoft.public.dotnet.languages.vb)
  • Re: Webform keydown event and keyup event...help
    ... Webform does not work totally different: ... you either place a ServerControl on it or an HTML control on it. ... a ServerControl, if you want to do it all in your client, you use an HTML ...
    (microsoft.public.dotnet.languages.csharp)