detecting browser or os

P

Phil Townsend

How does one detect for Internet Explorer on Windows CE? Does
Request.Browser.Browser return anything unique for IE CE? I have a
strange situation where I need to develop a user interface to a web app
for CE, but at the moment I do not have a pocket device on which to test
it. Anything else i should be aware of? Thanks!
 
N

Nicholas Paldino [.NET/C# MVP]

Phil,

You would probably check the user agent string that the browser sends.
The OS version should be in there, and from there, you should be able to
tell what the OS is. You can get it through the UserAgent property on the
request.

Hope this helps.
 

Ask a Question

Want to reply to this thread or ask your own question?

You'll need to choose a username for the site, which only take a couple of moments. After that, you can post your question and our members will help you out.

Ask a Question

Top