Is there a way, in ASP.NET (in code behind), to get page dimensions (width and height) using just the URL. Maybe download the URL content and then get width and height?
Thanks.
Is there a way, in ASP.NET (in code behind), to get page dimensions (width
Share
In ASP.NET code behind, you cannot get the client height/width..and it shouldn’t be relevant server side to speak ideally..