Hi,
I got a UltraWeb Chart [Line Chart] and UltraWeb Grid together in a web form(VS 2005 C#), and the error below keep popping up.
---------------------------Microsoft Internet Explorer---------------------------Internet Explorer cannot open the Internet site http://Server/ApplicationWeb/default.aspx.
Operation aborted
----------------------------------------------------------------------------------------------------------------------------------------------------------------------------
Does anyone encountered this type of error before?
My development environment is on a Virtual PC running on Windows XP, using Visual Studio 2005 (C#) with Infragistic 2008 Volume2.
I had try to publish my output solution into a Window 2003 Server, but the error pop up too.
Please help!!
Regards,
Say Chao
Hello,
It is a bit hard to tell from this information, but I think a common reasons for this problem is that by default IE has a default page response time limit set to 30 seconds. If for some reasons your page needs more than 30 seconds to be displayed, you will typically receive this type of error message.
Are you binding your grid to a very large datasource? Is it possible that the SQL query retrieving the datasource takes too much time? Is there any way you can reduce the number of records fetched directly from SQL, or using paging / AJAX of the grid?
Thanks for your reply.
It is bug and is solved by the solution provided in the following link: http://forums.labs.infragistics.com/forums/p/8970/35052.aspx#35052