I'm working on an ASP.Net project using VB.Net. My web aspx has a TreeView control in one section and an iframe in another. When the user selects or expands a node a related 'onclick' in javascript updates the 'location' attribute of the iframe to call a IIS-hosted exe which fills the frame with data in the form of some HTML.
The problem is that I can see the data get painted into the frame but then the frame clears out. Any idea what might be causing this and how to fix it? Thanks, G.
