ASP C# How to maximize startup page.

LeClair, Michael L. (Rumford) 21 Reputation points
2020-12-17T21:29:42.187+00:00

I have having a problem figuring out how to maximize my initial ASPX/C# startup page. I have tried multiple ways and it doesn't seem to work. Can someone give me some help?

---For clarification I am asking how to programmatically maximize my browser window via C# or Javascript on an ASPX page.

ASP.NET
ASP.NET
A set of technologies in the .NET Framework for building web applications and XML web services.
3,417 questions
{count} votes

1 answer

Sort by: Most helpful
  1. Duane Arnold 3,216 Reputation points
    2021-01-12T06:53:58.66+00:00

    You need to use JavaScript and do it on a Document.Ready.

    https://www.w3schools.com/jsref/met_win_resizeto.asp

    0 comments No comments