I have a main page that dynamically loads user controls which works fine in IE. However using Netscape or Firefox, the user control never gets loaded after a post back from a button on the user control. I reload the user control in the page_load of the main page so that it's viewstate is preserved (something I discovered was needed) but this doesn't matter with Netscape.
Any ideas?
Any ideas?