re:
!> Where can I find out what values are submitted by different browsers for Page.Request.Browser.Browser?
Nathan,
In the config\Browsers directory of the .Net Framework 2 :
Drive:\WINDOWS\Microsoft.NET\Framework\v2.0.50727\CONFIG\Browsers
There's a set of browser config files, named *.browser
which you can use to build a basic list of values.
Open each .browser file with a pure text editor, and look for the .browser name entries.
For example, Palm's entry is "MyPalm" :
<capability name="browser" value="MyPalm" />
For any other browser not listed there, you'll need to create a .browser file for it.
Here's an article which shows how to create a blackberry.browser file :
http://www.codeproject.com/KB/aspnet/BlackberryASPNET.aspx
If you create a new .browser definition file, you must update the browser definitions assembly :
http://msdn.microsoft.com/en-us/library/ms229858.aspx
Juan T. Llibre, asp.net MVP
asp.net faq :
http://asp.net.do/faq/
foros de asp.net, en español :
http://asp.net.do/foros/
======================================