CoDe Magazine
Question about ASP.NET runtime for extending desktop apps
11/17/2008
03:33:50 AM
2II07N1A9 Show this entire thread in new window
From:
Paul
To:
All
Attachments:
None
Hello Rick/All,

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.