Page resolution problem in Laptop
-
Hi all, I have an asp.net application which generates a set of reports using reportviewer and rdlc files.. The problem is that on a few of the laptops the page covers up only half of the entire screen.. Secondly, the reportviewer controls are getting overlapped.. Has anyone come across such probs and can help me out.. How could i debug or search the reasons for such a problem?? Thanks in advance :)
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
-
Hi all, I have an asp.net application which generates a set of reports using reportviewer and rdlc files.. The problem is that on a few of the laptops the page covers up only half of the entire screen.. Secondly, the reportviewer controls are getting overlapped.. Has anyone come across such probs and can help me out.. How could i debug or search the reasons for such a problem?? Thanks in advance :)
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--
There is nothing to debug, the resolution on your notebook is smaller than the resolution you wrote the page at. You need to redesign it to work on a smaller page, or accept that it doesn't work well on that small a resolution.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
-
There is nothing to debug, the resolution on your notebook is smaller than the resolution you wrote the page at. You need to redesign it to work on a smaller page, or accept that it doesn't work well on that small a resolution.
Christian Graus Please read this if you don't understand the answer I've given you "also I don't think "TranslateOneToTwoBillion OneHundredAndFortySevenMillion FourHundredAndEightyThreeThousand SixHundredAndFortySeven()" is a very good choice for a function name" - SpacixOne ( offering help to someone who really needed it ) ( spaces added for the benefit of people running at < 1280x1024 )
Thanks christian for replying.. Actually this problem occurs only on some laptops.. And its the bigger laptop screen that causes the problem.. Is there anything you might know that can be set/reset that makes it to take the actual resolution of the screen or something.. or probably a field or function that cares of the resolution setting for a webpage??
I was born dumb!! :laugh:Programming made me laugh:laugh:!!! --sid--