Re: Question about Response.Write

Tech-Archive recommends: Repair Windows Errors & Optimize Windows Performance



The ASP.NET way is to use a Label (or similar) control to output the text
dynamically at runtime in a position that's been defined at design time.

Here's more info:
http://SteveOrr.net/articles/ControlPositioning.aspx

--
I hope this helps,
Steve C. Orr, MCSD, MVP
http://SteveOrr.net


"Terry Olsen" <tolsen64@xxxxxxxxxxx> wrote in message
news:uKNMRE7wFHA.2620@xxxxxxxxxxxxxxxxxxxxxxx
> Is there any way to make response.write NOT be the first thing on the
> page? I have a page with the title and a sub title (not labels or
> anything, just typed into the designer). I want the response.write text
> to appear below the titles and formatted (bold, sized, centered, etc).
> Thanks.
>
>
>
> *** Sent via Developersdex http://www.developersdex.com ***


.



Relevant Pages

  • Re: usercontrol with readonly property that can be set at design time
    ... Ultimately I'm trying to find out which label was clicked and show the ... I don't want to do any sort of case statement based on the control ... because as the name suggests the values for such a property are design time ... are use at design time only. ...
    (microsoft.public.dotnet.framework.windowsforms)
  • Re: how to create new control in run time mode?
    ... at design time. ... Microcomputer solutions for industrial control ... Label) in run time mode. ...
    (microsoft.public.access.formscoding)
  • Re: Question about Response.Write
    ... You could position label anywhere you want ... > The ASP.NET way is to use a Label control to output the text ... > dynamically at runtime in a position that's been defined at design time. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Re: Question about Response.Write
    ... I will try the label idea. ... be a way to avoid using any controls on this particular page. ... > You could position label anywhere you want ... >> dynamically at runtime in a position that's been defined at design time. ...
    (microsoft.public.dotnet.framework.aspnet)
  • Drag drop Components
    ... label, picturebox) around in a form just like the capability provided ... during the design time. ...
    (microsoft.public.dotnet.framework.windowsforms)