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
4160
My VS2008 Hangs when trying to bind a WebGrid to a WHDS bound to two SQL Data Sources
posted

Hello

I tried the following experiment and my VS2008 hanged. I placed two SQL Data Sources on my page and then placed a WHDS. The WHDS has two hierarchical views, each view corresponds to one of the SQL Data Sources. Then I placed a WebGrid with the ViewType equal to Hierarchical. When I tried to data bind the webgrid to the WHDS (at design time), my VS2008 hanged. What could be wrong?

Thanks a lot.

Parents
  • 625
    posted

    By any chance is the WHDS inside an UpdatePanel? I experienced similar behavior, and it was determined to be because the WHDS was inside an ASP UpdatePanel. Once I moved the WHDS outside of the UpdatePanel, it worked fine. 

     This was confirmed to be a bug that will be fixed in the next Hotfix.

Reply Children
No Data