| | |
web form
Please support our C# advertiser: Intel Parallel Studio Home
![]() |
•
•
Join Date: Jun 2009
Posts: 449
Reputation:
Solved Threads: 82
This is related to asp.net question.
You cannot maximize the browser window through either server side or client code. But there is a work around solution throuh which browser will fit in the whole screen.
Put the following code on page load event of your .aspx page.
You cannot maximize the browser window through either server side or client code. But there is a work around solution throuh which browser will fit in the whole screen.
Put the following code on page load event of your .aspx page.
C# Syntax (Toggle Plain Text)
protected void Page_Load(object sender, EventArgs e) { Page.ClientScript.RegisterClientScriptBlock(this.GetType(), "maximizeScript", "top.window.moveTo(0,0); top.window.resizeTo(screen.availWidth,screen.availHeight);", true); }
Last edited by Ramesh S; Jul 24th, 2009 at 6:45 am.
![]() |
Similar Threads
- SEND TO PHONE web form, anyone? (HTML and CSS)
- Web Form (HTML and CSS)
- Web Form Submission difficulties (HTML and CSS)
- vb to web form (Visual Basic 4 / 5 / 6)
- How to code "tab control' in the web form in ASP.NET / VB.NET ? (ASP.NET)
- Can Visio files be converted into web-form for visual studio ? (VB.NET)
- duplicate entry through web form into oracle (Python)
Other Threads in the C# Forum
- Previous Thread: Data Encryption and Decryption
- Next Thread: Best way to connect with MySQL
| Thread Tools | Search this Thread |
Tag cloud for C#
.net access ado.net algorithm array barchart bitmap box broadcast buttons c# chat check checkbox class client color combobox control conversion csharp custom database datagrid datagridview dataset datetime degrees development draganddrop drawing encryption enum event excel file files form format forms ftp function gdi+ httpwebrequest image index install java label list listbox listener login mandelbrot math mouseclick mysql networking object operator oracle path photoshop picturebox pixelinversion post prime programming radians regex remote remoting resource richtextbox save saving serialization server sleep socket sql statistics stream string table tcp text textbox thread time timer treeview update validation visualstudio webbrowser windows winforms wpf xml





