Can anybody tell me,
how do i create website which supports various screen resolution & Multi browser support (i.e 1024*768 ) and others using asp.net…
i have developed website in asp.net (vb) my monitor resoultion is 1024*768 but when i try to access my site in other monitor having the resolution more than 1024*768 then the controls are unmanaged …. in the webpage…
What was the problem ? and how to solve this problem ?
Try using css file to manage the layout of website. Using div id=”” or div class=”” to control each section of your site. And finally, text and image sizes are as important. Btw, if you have not already done so, use a masterpage in asp.net website.
Good Luck!