Click to See Complete Forum and Search --> : client screen resolution


StyM
May 8th, 2004, 03:00 AM
hello and good day.

may know if it is possible to detect a clients screen resolution, using asp.net ???


thanks for the help.

nasanu
May 8th, 2004, 08:33 AM
Originally posted by StyM
hello and good day.

may know if it is possible to detect a clients screen resolution, using asp.net ???


thanks for the help.

I have used JavaScript to get the screen res and put that into a hidden html form field, then submited that to asp. Maybe there is a better way though.