Re: Question about Response.Write
- From: "Terry Olsen" <tolsen64@xxxxxxxxxxx>
- Date: Wed, 28 Sep 2005 06:58:36 -0600
I have a text file that I allow a supervisor to edit. This file contains a
list of items required in disaster recovery kits. When someone views the
web page, I want it to display the contents of the file between the header &
footer of the page. I will try the label idea. I just thought there would
be a way to avoid using any controls on this particular page.
"Pat" <naijacoder@xxxxxxxxxxx> wrote in message
news:%23kCmCo%23wFHA.3864@xxxxxxxxxxxxxxxxxxxxxxx
> As Steve adviced.
> You could position label anywhere you want
> Patrick
>
> "Steve C. Orr [MVP, MCSD]" <Steve@xxxxxxx> wrote in message
> news:%23aCeVC%23wFHA.3864@xxxxxxxxxxxxxxxxxxxxxxx
>> 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 ***
>>
>>
>
>
.
- References:
- Question about Response.Write
- From: Terry Olsen
- Re: Question about Response.Write
- From: Steve C. Orr [MVP, MCSD]
- Re: Question about Response.Write
- From: Pat
- Question about Response.Write
- Prev by Date: Displaying Windows Folders/Files on a Standard Web Page
- Next by Date: Is there a right way to do a data entry form?
- Previous by thread: Re: Question about Response.Write
- Next by thread: Setting focus to another User Control
- Index(es):
Relevant Pages
|