Search found 3 matches

by MOLINEROLM
Fri Jul 15, 2011 2:45 pm
Forum: .NET
Topic: In Internet Explorer, chart it isn't visible the second time
Replies: 4
Views: 3856

Re: In Internet Explorer, chart it isn't visible the second time

Hola Narcis While I was preparing the code I’ve been investigating and I found that the problem appears when I use the tabstrip control to redirect to the other page. I’m using a commercial tabstrip control from Telerik. If I change this control with a button, instead of a tabstrip, there is no prob...
by MOLINEROLM
Fri Jul 15, 2011 11:30 am
Forum: .NET
Topic: In Internet Explorer, chart it isn't visible the second time
Replies: 4
Views: 3856

Re: In Internet Explorer, chart it isn't visible the second time

Hi Narcis Thank you for your answer. I have uploaded a really simple example in this link: http://www.carpinteriabarrado.com/prueba1.aspx This is a page with a chart, without data, only the panel, title and legend. This is the code: public partial class Prueba1 : System.Web.UI.Page { protected void ...
by MOLINEROLM
Thu Jul 14, 2011 4:14 pm
Forum: .NET
Topic: In Internet Explorer, chart it isn't visible the second time
Replies: 4
Views: 3856

In Internet Explorer, chart it isn't visible the second time

I’m using Teechart version 4.1.2011.4191 with Visual Studio 2005, and I have a problem with charts in Internet Explorer 9. When I show the ASPX page the first time the chart appears correctly, but if I redirect to another page and then return to the ASPX page, this time the chart doesn’t appears. Yo...