This seems so simple, I searched here and in the help that comes with .Net and couldn't find an answer.
When my web application starts, I want it to start out with the web page maximized.
Thanks for any input.
Printable View
This seems so simple, I searched here and in the help that comes with .Net and couldn't find an answer.
When my web application starts, I want it to start out with the web page maximized.
Thanks for any input.
There is no such setting for ASP.NET, that is only used for windows forms.
If you are talking about when you compile and test it, it will open in 3/4 size, but if you are accessing the page from your browser, as opposed to hitting F5 in the IDE, the page will load into what ever size you have the browser sized at.
Just maximize IE and it will load in the full window (maximized) all the time.
No wonder I couldn't fine it! haha
Thanks for the reply.
You can also add javascript to your page to maximize the size, but I don't have that code handy. I just remember seeing it done somewhere.