473,699 Members | 2,702 Online
Bytes | Software Development & Data Engineering Community
+ Post

Home Posts Topics Members FAQ

ie7 displaying only half of page (cuts page in half)...

I am developing a new website for our company with c# dotNet.
There is no problem displaying this website with ie6. Last week
I downloaded ie7 because a friend of mine said he could only see
half of a particular page (not all, just this one). It is like it
cuts this
page in half about halfway down. The page it cuts in half is a
GridView.
Any help is appreciated.
Thanks,
Trint

Sep 10 '07 #1
4 2510
On Sep 10, 9:55 am, trint <trinity.sm...@ gmail.comwrote:
I am developing a new website for our company with c# dotNet.
There is no problem displaying this website with ie6. Last week
I downloaded ie7 because a friend of mine said he could only see
half of a particular page (not all, just this one). It is like it
cuts this
page in half about halfway down. The page it cuts in half is a
GridView.
Any help is appreciated.
Thanks,
Trint
A sample that could replicate this behavior would be appreciated.

Thanks,

Seth Rowe

Sep 10 '07 #2
trint wrote:
I am developing a new website for our company with c# dotNet.
There is no problem displaying this website with ie6. Last week
I downloaded ie7 because a friend of mine said he could only see
half of a particular page (not all, just this one). It is like it
cuts this
page in half about halfway down. The page it cuts in half is a
GridView.
Any help is appreciated.
Thanks,
Trint
It's likely that the page relies on a rendering bug in IE6 that has been
fixed in IE7. Without seeing any of the code, this is of course only an
assumption based on previous experience.

Have you tried the page in any other browsers, like Firefox, Netscape or
Opera?

--
Göran Andersson
_____
http://www.guffa.com
Sep 10 '07 #3
On Sep 10, 12:33 pm, Göran Andersson <gu...@guffa.co mwrote:
trint wrote:
I am developing a new website for our company with c# dotNet.
There is no problem displaying this website with ie6. Last week
I downloaded ie7 because a friend of mine said he could only see
half of a particular page (not all, just this one). It is like it
cuts this
page in half about halfway down. The page it cuts in half is a
GridView.
Any help is appreciated.
Thanks,
Trint

It's likely that the page relies on a rendering bug in IE6 that has been
fixed in IE7. Without seeing any of the code, this is of course only an
assumption based on previous experience.

Have you tried the page in any other browsers, like Firefox, Netscape or
Opera?

--
Göran Andersson
_____http://www.guffa.com
I figured out what the problem was...the Panel that the GridView was
in
had to be set beyond the height in the property page or it would stop
rendering
the GridView halfway down the page. But it works now since I set it
to 850px high.
Thanks,
Trint

Sep 10 '07 #4
trint wrote:
On Sep 10, 12:33 pm, Göran Andersson <gu...@guffa.co mwrote:
>trint wrote:
>>I am developing a new website for our company with c# dotNet.
There is no problem displaying this website with ie6. Last week
I downloaded ie7 because a friend of mine said he could only see
half of a particular page (not all, just this one). It is like it
cuts this
page in half about halfway down. The page it cuts in half is a
GridView.
Any help is appreciated.
Thanks,
Trint
It's likely that the page relies on a rendering bug in IE6 that has been
fixed in IE7. Without seeing any of the code, this is of course only an
assumption based on previous experience.

Have you tried the page in any other browsers, like Firefox, Netscape or
Opera?

--
Göran Andersson
_____http://www.guffa.com

I figured out what the problem was...the Panel that the GridView was
in
had to be set beyond the height in the property page or it would stop
rendering
the GridView halfway down the page. But it works now since I set it
to 850px high.
Thanks,
Trint
Do you have to specify a height on the panel at all?

--
Göran Andersson
_____
http://www.guffa.com
Sep 11 '07 #5

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

2
5015
by: Stephen Poley | last post by:
The following page should display a background image in the page header and nav-bar: http://www.xs4all.nl/~sbpoley/test/ Opera 7.21 displays the background image as expected, but neither Mozilla 1.1 nor IE 6 displays the image in either DIV. The HTML and CSS are reported valid by the W3C validators. Can anyone suggest what the problem is?
2
2615
by: André Hänsel | last post by:
Hi! I compared the printed results of two of my pages. One is a very old page, "styled" almost without any CSS. The other one is a modern page, styled completely in CSS and styled for printing, i.e. positions in cm, sizes in pt. Apparently IE (in this case only IE is used for viewing/printing) makes sure not to print half lines, if a line doesn't fit on page 1 it is taken to page 2. But only for the old page.
2
4344
by: RAJ | last post by:
In our multi-tier application, we have several ASP.NET user controls which will update the same data source provided by middle tier logic. In this particular scenario we have one user control displaying the contents of the data source, whilst another control updates the datasource via a command buttons implementation of 'Click', an event raised in the 'Handle Postback Events' stage of the control execution life cycle (via the...
10
1235
by: Johan Christensson | last post by:
Hi. Is there any other ways of displaying a webpage in an VB.Net form other then using the "Microsoft Web Browser" object? Any third-party? /Johan Ch
18
2202
by: Mark | last post by:
Hello. I am looking for a way to download and cache a web page that the user has not yet requested, and write the web page to the browser cache without displaying it. My intention is to improve display performance when the user eventually requests the cached document. Is there a way to do this in Javascript? Thanks
4
1728
by: mantrid | last post by:
hello i have a form about half way down a web page, which posts criteria for the WHERE part of an sql which then returns the results at the bottom of the page. Trouble is when the page reloads it goes to the top of the page again so the results are not visible and the user is sometimes unaware that anything has happened. I could get a message to display at the top to tell user to scroll to bottom but i would prefer the page to display...
3
4210
by: rpaterso47 | last post by:
Hello, I am trying to insert a background image into URLs that link to pages outside our intranet and thus when clicked open a new window. The image used is the common one seen on many sites, the little overlapping windows. This code: a.newWindow { padding-right: 14px; background: url(/bcasinfo/images/productionFiles/icons/newWindow.gif)
2
1828
by: MattGaff | last post by:
Using Visual Studio 2005, I inserted a CrystalReportViewer into a Div tag to display a report that takes up 1 and a half pages. If i set the property to BestFitPage = False then I get scroll bars appearing on the right and bottom of the report. If I set to true, then when the last bit of data is displayed, it goes on to show the blank half of page 2 at the bottom of my webpage. Basically, does anybody either know how to remove the blank...
2
1995
crabpot8
by: crabpot8 | last post by:
I am working on a message system that will let out programmers easily output a message to any user. It works fine, unless the message is requested inside of a page_load on an aspx page. Then, it does not render at all. The code does step through, and the control is added - I believe it might be being added to late in the page lifecycle to get rendered. I can't seem to find any way to tell .NET to render that control, however. ...
0
8685
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However, people are often confused as to whether an ONU can Work As a Router. In this blog post, we’ll explore What is ONU, What Is Router, ONU & Router’s main usage, and What is the difference between ONU and Router. Let’s take a closer look ! Part I. Meaning of...
0
8613
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can effortlessly switch the default language on Windows 10 without reinstalling. I'll walk you through it. First, let's disable language synchronization. With a Microsoft account, language settings sync across devices. To prevent any complications,...
0
9172
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers, it seems that the internal comparison operator "<=>" tries to promote arguments from unsigned to signed. This is as boiled down as I can make it. Here is my compilation command: g++-12 -std=c++20 -Wnarrowing bit_field.cpp Here is the code in...
0
9032
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven tapestry of website design and digital marketing. It's not merely about having a website; it's about crafting an immersive digital experience that captivates audiences and drives business growth. The Art of Business Website Design Your website is...
0
8880
tracyyun
by: tracyyun | last post by:
Dear forum friends, With the development of smart home technology, a variety of wireless communication protocols have appeared on the market, such as Zigbee, Z-Wave, Wi-Fi, Bluetooth, etc. Each protocol has its own unique characteristics and advantages, but as a user who is planning to build a smart home system, I am a bit confused by the choice of these technologies. I'm particularly interested in Zigbee because I've heard it does some...
1
6532
isladogs
by: isladogs | last post by:
The next Access Europe User Group meeting will be on Wednesday 1 May 2024 starting at 18:00 UK time (6PM UTC+1) and finishing by 19:30 (7.30PM). In this session, we are pleased to welcome a new presenter, Adolph Dupré who will be discussing some powerful techniques for using class modules. He will explain when you may want to use classes instead of User Defined Types (UDT). For example, to manage the data in unbound forms. Adolph will...
0
4374
by: TSSRALBI | last post by:
Hello I'm a network technician in training and I need your help. I am currently learning how to create and manage the different types of VPNs and I have a question about LAN-to-LAN VPNs. The last exercise I practiced was to create a LAN-to-LAN VPN between two Pfsense firewalls, by using IPSEC protocols. I succeeded, with both firewalls in the same network. But I'm wondering if it's possible to do the same thing, with 2 Pfsense firewalls...
1
3054
by: 6302768590 | last post by:
Hai team i want code for transfer the data from one system to another through IP address by using C# our system has to for every 5mins then we have to update the data what the data is updated we have to send another system
2
2344
muto222
by: muto222 | last post by:
How can i add a mobile payment intergratation into php mysql website.

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.