Re: Question about Response.Write
- From: "Steve C. Orr [MVP, MCSD]" <Steve@xxxxxxx>
- Date: Tue, 27 Sep 2005 20:56:15 -0700
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 ***
.
- Follow-Ups:
- Re: Question about Response.Write
- From: Pat
- Re: Question about Response.Write
- References:
- Question about Response.Write
- From: Terry Olsen
- Question about Response.Write
- Prev by Date: Re: table vs table
- Next by Date: Re: How to only refresh portion of a .aspx web page?
- Previous by thread: Re: Question about Response.Write
- Next by thread: Re: Question about Response.Write
- Index(es):
Relevant Pages
|