keyongtech


  keyongtech > internetexplorer.general > 10/2009

 #1  
10-13-09, 06:57 PM
_haakon_
I have a GridView control in my asp.net application that works great in all
browsers but in IE 8 part of the data in 2 columns in the middle of the grid
are missing, however when I look at the source for the page the data is there
and if I resize the page the data magically appears.

This is some strange behavior, I would be happy to send you my source code
if you want to reproduce the issue.

I'm using IE 8 in Windows 7 Ulitimate.
 #2  
10-13-09, 08:31 PM
rob^_^
Hi,

Press F12 to display the Developer Toolbar. Then, Validate>HTML. Go for your
life!

Your chosen doctype declaration makes all the difference.

Regards.

"_haakon_" <_haakon_> wrote in message
news:9318
[..]
 #3  
10-13-09, 08:51 PM
_haakon_
hi rob,

Unfortunately this code is behind a corporate firewall and can't be
validated in that manner...

_haakon_

"rob^_^" wrote:
[..]
 #4  
10-13-09, 10:27 PM
rob^_^
Validate>Local HTML
or
navigate to http://validator.w3.org/#validate_by_input and copy and paste
your source code as prompted.
or
Your VS or Expression Web IDE has intellisense and error reports for markup
and layout errors. Double click on a warning or error line to view the
recommendations to correct it.
or
Using the Developer tool select the element that is causing the problem and
inspect its style rules using the Trace Styles tab.

As this is a commercial request, I assume that your company has a current
MSDN license. Contact your company's MSDN licensee to access MSDN support
services. (your license includes a number of free support calls).
or
repost your request (with a copy and paste of your page source code and
external stylesheets (not your aspx markup) to the IE Web Development Forum.


http://social.msdn.microsoft.com/For...webdevelopment

We are volunteers here, but more to the point, it is no use us (or anybody)
guessing what your issue is, without (over the shoulder) access to your FULL
source as we would only be using the same diagnostic tools (the developer
tool) to debug your coding. In the long run YOU will benefit by learning how
to use the diagnostic tools you have available to find your own solutions.

Another possibility is that there is a setting in IE to "Ignore colors
specified on web pages" (or you are using a High Contrast desktop theme).
You may have that setting enabled in IE8 causing your text and background
colors to be the same for that element.

You can select the rendering mode of IE8 from the Developer Tool.

Regards.

"_haakon_" <haakon> wrote in message
news:f7c4
[..]
Similar Threads
Missing iertutil.dll after partial uninstall of IE7

I installed IE7 on my WinXP system, then tried uninstalling it. During uninstall, I cancelled the uninstall. Upon reboot, I get a messagebox that explorer.exe will not run...

WMP plays some XVID files with partial sound missing

I'm trying to play some AVI files downloaded from the Net. They show they use the XVID codec. Other XVID files play fine but with some, there appears to be a music track and...

VirtualItemCount in Gridview is missing

Hello there, has the GridView control in ASP.NET a property like the VirtualItemCount of the DataGrid control? I am very appreciated for your help. Kamen

Help: Resorting a Gridview/DataSet, Hiding a column in a Gridview with custom data source.

Hello I'm building a simple search interface for my company's active directory. After getting the data from the AD, I put it in a DataSet, add all my columns and the the...

Gridview with combobox whose data is dependent on field in gridview

I am an inexperienced asp.net user starting my first app in asp.net. I need to have a combobox field in my gridview whose data is filtered by a field in that row. More...


All times are GMT. The time now is 07:39 AM. | Privacy Policy