Home - Forums-.NET - FlyTreeView (ASP.NET) - Strange error

FlyTreeView (ASP.NET)

Technical support and KB related to the FlyTreeView control

This forum related to following products: FlyTreeView for ASP.NET

Strange error
Link Posted: 13-Mar-2008 23:38
Problem On some ie7 on Vista the browser "bugs out" and stop rendering, when we "view source" we can't see the bottom half of the html, it always is cut at the same place - where the FlyTreView html code are... This problem only occur on some clients, and it only began like 2 weeks ago, so we suspect that some hotfix from microsoft is the culprit. On firefox and windows xp/ie7 we can't recreate the problem. We know that FlytreeView are involved, because if you choose to display data in a list on this page, the page is rendered correctly, and the html is always cut in Flytree html. This happens also only when logging in first time, if one refesh the page, the page is rendered correctly. I have tried your last version of the control, and get the same problem. I send you the html that is rendered, both when it succeed and fail, I will also send you the .net code. Broken rendering
Office 2000
Office 2000
Excel 2000 Sv
Outlook 2000 Sv
PowerPoint 2000 Sv
Project 2000 Sv/Eng
Link Posted: 14-Mar-2008 03:12
Yes, very strange error. Looks like IE encounters some connection reset or other network-layer problem that makes it loose  the rest of the page.
Can it be your proxy or some other network stuff between server and client (Vista)?

If you create a simple static HTML page that contains exactly the same rendered HTML code and put it on the same server.
Do you experience the same problem hen you open this file instead of ASP page?

Also, try to debug the page containing flytreeview. Put breakpoint to the end of Render. Does the request process reaches this breakpoint in case when you do not get complete page at client?

You can also sniff TCP requests/responses on port 80 at client and server to see whether your server sends a complete page and what is received by client.
Word 2000 Sv