Introduction
It is a sample program It will demonstrate how to change resolution at runtime.
All programmers are facing common problem is how to change screen Resolution dynamically. In .Net 2005 it's very easy to change the screen resolution. Here I will explain you how can we get the screen resolution and how we will change the resolution dynamically and while unloading the page it will come as it was before. In .NET we can access the values of user's screen resolution through the Resolution class. It also affects all running (and minimized) programs.
Page_Load Code
Change Resoultion