Hi,
I'm having a severe and mysterious problem in my demo solution.
I'm running a demo app with a single page with some javascript gui on top, and using the Default page's Page_Load to do some initialization. Very basic stuff.
The first page prompts the user to select his "project", and the map is only shown after the page has been posted back to the server, as some data from a database has to be added. The map control _is_ on the first page, but hidden from view.
This works fine in Firefox (3.5), but whenever I run my app in either IE (v6 and v8) or Chrome, the postback doesn't happen, i.e.
Page.IsPostBack() Or Request.HttpMethod = "POST"
evaluates to false, and the user is stuck on the project page. And yes, the client is still using IE6 on their intranet
It's standard ASP.Net stuff, I think, but I just want to make sure that Map Suite doesn't interfere with the page postback process in any way, before I tear out my remaining hair.
I'd also be very happy if anyone can help me get rid of this frustrating problem.
Thanks.