Recommendation not to use HTML

Ask a Question related to ASP.NET General, Design and Development.

  1. #1

    Default Re: Recommendation not to use HTML

    I think what you have heard is that they recommend not hard-code HTML output
    into your code (e.g. the old-style Response.Write). If you are developing
    controls they recommend that you use the HtmlTextWriterTag rather than
    defining your own string. The theory is that the framework can automatically
    adjust the output to the target browser's capabilities, something it would
    be prevented from doing if you hardcoded the HTML tags in your code.

    Colin

    "Nancy" <zamorn@miamidade.gov> wrote in message
    news:13f501c3461f$77ffd010$a101280a@phx.gbl...
    > I am hearing about that Microsoft is recommended not to
    > use HTML tags and to avoid using them when developing
    > web .net applications.
    >
    > How is this posible?
    > Is there any articles I could read about?
    > Thanks.
    >
    >
    >

    Colin Young Guest

  2. Similar Questions and Discussions

    1. ISP recommendation
      Hi, I would like to get an ISP to host my own site that runs Flex, Flash, and a free database like PHP/MySQL. Does anyone have a recommendation...
    2. Need a recommendation
      Hey, I was wondering if anyone knew of a good book out there to learn flash comm server? I don't know where to start, and I learn by reading a...
    3. Need Configuration Recommendation
      My server admin asked me which installation configuration he should use with CFMX7 Enterprise (Multiserver configuration or J2EE configuration). ...
    4. DSL modem recommendation
      Hello, Could anybody recommend a good, solid DSL modem that is supported nicely by FreeBSD? An internal modem would be preferred but I would...
    5. books recommendation
      hi, I am new to Visual basic. I want to program (using visual studio 6) some applications that will help me manage and inquire the databases....
  3. #2

    Default Re: Recommendation not to use HTML

    I agree with Colin.

    --
    I hope this helps,
    Steve C. Orr, MCSD
    [url]http://Steve.Orr.net[/url]


    "Colin Young" <x@nospam.com> wrote in message
    news:upQUVGiRDHA.3236@TK2MSFTNGP10.phx.gbl...
    > I think what you have heard is that they recommend not hard-code HTML
    output
    > into your code (e.g. the old-style Response.Write). If you are developing
    > controls they recommend that you use the HtmlTextWriterTag rather than
    > defining your own string. The theory is that the framework can
    automatically
    > adjust the output to the target browser's capabilities, something it would
    > be prevented from doing if you hardcoded the HTML tags in your code.
    >
    > Colin
    >
    > "Nancy" <zamorn@miamidade.gov> wrote in message
    > news:13f501c3461f$77ffd010$a101280a@phx.gbl...
    > > I am hearing about that Microsoft is recommended not to
    > > use HTML tags and to avoid using them when developing
    > > web .net applications.
    > >
    > > How is this posible?
    > > Is there any articles I could read about?
    > > Thanks.
    > >
    > >
    > >
    >
    >

    Steve C. Orr, MCSD Guest

Posting Permissions

  • You may not post new threads
  • You may post replies
  • You may not post attachments
  • You may not edit your posts

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139