How does ASP+ know what browser Im using?
I keep reading how ASP+ can generate different web pages for different
browsers. How does it do this? Does it require more network traffic? I'm
thinking of things like Validators, where the engine does the work and not
the programmer.
-- Matthew Solnit
# 1 Re: How does ASP+ know what browser Im using?
the framaework inspects the HTTP_USER_AGENT value to determine your browser
type and then formats the code accordingly
MCA
"Matthew Solnit" <msolnit@nospam.yahoo-com> wrote in message
news:39c6123b@news.dev-archive.com...
> I keep reading how ASP+ can generate different web pages for different
> browsers. How does it do this? Does it require more network traffic?
I'm
> thinking of things like Validators, where the engine does the work and not
> the programmer.
>
> -- Matthew Solnit
>
>