S Scott Oct 23, 2003 #1 Is it possible in ASP.NET to determine the page width in pixels? If so how? Thanks Scott
B bruce barker Oct 24, 2003 #2 typical done with a client sniffing (client code that sends back the info). -- bruce (sqlwork.com)
M Michael Pearson Oct 24, 2003 #3 I Believe that you use screen.width and screen.height in javascript on the client side to figure this out. This gives you the size of the window that the user has open, and not the client's resolution. Michael
I Believe that you use screen.width and screen.height in javascript on the client side to figure this out. This gives you the size of the window that the user has open, and not the client's resolution. Michael