Thanks for your article about hosting the ASP.NET runtime within a desktop app, this helped me!
However, I'm trying to extend your application to allow me to host ASPX pages that contain web controls like Treeview etc.. I used the 'RawRuntime' test.aspx and added a simple form + treeview. The problem I have is that the generated HTML doesn't contain the __dopostback() function. It's also missing the __EVENTTARGET hidden values and also the WebResources.axd doesn't appear to work (i.e, the little 'plus' images don't render on the treeview).
Any help or pointers would be really appreciated.
Many thanks
Paul.