Ask a Question related to ASP.NET General, Design and Development.
-
Colin Young #1
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
-
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... -
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... -
Need Configuration Recommendation
My server admin asked me which installation configuration he should use with CFMX7 Enterprise (Multiserver configuration or J2EE configuration). ... -
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... -
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.... -
Steve C. Orr, MCSD #2
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...output> I think what you have heard is that they recommend not hard-code HTMLautomatically> 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> 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



Reply With Quote

