Your Privacy Matters: We use our own and third-party cookies to improve your experience on our website. By continuing to use the website we understand that you accept their use. Cookie Policy
280
UltraWeb Grid and UltraWeb Chart
posted

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

 

Parents
  • 28464
    posted

    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?

Reply Children