Detect Browser Width
-
Might there by chance be a method to detect the width of the browser (or even the screen resolution) with ASP.NET? I tried HttpCapabilitiesBase.ScreenWidthPixels, but I get NullReferenceException when I run it. I'll use javascript if I have to, but I'd prefer to stick with the ASP.NET. Thanks ahead of time.
-
Might there by chance be a method to detect the width of the browser (or even the screen resolution) with ASP.NET? I tried HttpCapabilitiesBase.ScreenWidthPixels, but I get NullReferenceException when I run it. I'll use javascript if I have to, but I'd prefer to stick with the ASP.NET. Thanks ahead of time.
I found a way to detect screen resolution, but I'd still appreciate a method to detect browser width.
-
I found a way to detect screen resolution, but I'd still appreciate a method to detect browser width.