Re: Question about Response.Write

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



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 ***
>>
>>
>
>


.



Relevant Pages

  • Controls shrink on mobie phone
    ... The controls seem to shrink on the device. ... design time, I have a ComboBox-Control with size 100 x 30 pixels, which can ... I placed a label on the screen and a menu button event which fills the label ...
    (microsoft.public.windowsce.app.development)
  • 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: How to make label and linklabel controls to accept multilined text at design time?
    ... "M Shafaat" wrote in message ... controls to accept multilined text at ... > design time and in the properties window of Visual Studio? ... the size of the label ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Mulitilingual app
    ... The way if controls are on a form at design time, ... Add a resource file to your project. ... // create the label dynamically ...
    (microsoft.public.dotnet.languages.csharp)
  • Re: Mulitilingual app
    ... The way if controls are on a form at design time, ... The problem is that I have a form, and all controls on that form I create dinamically, from the source code, at run time. ... Add a resource file to your project. ... // create the label dynamically ...
    (microsoft.public.dotnet.languages.csharp)