In ASP.NET you can check in the Browser object and get screen size (width and height) in pixels.
Page.Request.Browser.Scree
Page.Request.Browser.Scree
Another property that you can check is maximum size of the page that the browser can handle in bytes.
MaximumRenderedPageSize
Main Topics
Browse All Topics





by: rhythmluvrPosted on 2008-01-26 at 06:20:32ID: 20749740
The only way I know to check screen resolution is using javascript.
Select allOpen in new window