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
95
Strange link when pageing inside a WRAP: http://localhost:63049/ ... /%c2%a0/
posted

Hi
I press the page link in an UltraWebGrid and I sometimes get this link:
    http://localhost:63049/  ...  /%c2%a0/

IE then shows "Directory Listing".

This is my setup:

I have a WebCombo inside a WRAP, wrap1.

I have an UltraWebGrid inside another WRAP, wrap2.

wrap1 is linked to wrap2 using LinkedRefreshControlID

So the WebCombo controls what the UltraWebGrid shows.

When I remove both WRAPs, everything works fine.

If I delete temporary files in IE, the error disappears for a while. When I first get the error, it occurs every time I press a page link (but disappears when temporary files are deleted)

I do not get the same error in Firefox.