Has anyone else foundthis problem with the new MS Internet Explorer 7? I have a site that uses a GridView to display a product list. (Visual Studio 2005) The site has been running for about 60 days and everything works okay. However, when you view the page in MSIE 7, the GridView does not display. Any suggestions?
I tried using GridView with IE7 and it works fine.Could you provide me with your site's url? Vikram DiscountASP.NET www.DiscountASP.NET
The site is one I set up for a customer. It has some security login settings the I can not publish. These are used to log in and display products for that specific customer from an Access database. (It reads the customer number and selects based on that.) Then it sets a session ID that is used to access the page with the GridView. I have accessed the site and logged in okay with IE7, but when I get to the page where the GridView loads, the other elements load, but there is no GridView. I will set up a copy with no login on another site I rent from you guys so you can see it. It will be a couple of days, but I will post another reply when it is ready. Thanks. Tom Cusick
I am having the same issue. I have a page with multiple GridViews and in IE7 they are all compressed together. I dont have any CSS style applied and no weird properties that I am setting. Anyone else experience this? This same page has been working fine in IE6 for months.
I am an idiot!!!! My gridview was inside an aspanel that had a height property of 50px. IE6 didnt obey this height property but IE7 and Firefox do... so that was my issue.