|
ctadlock
|
|
Has anyone implemented a waiting icon (spinning wheel) over the map while its async rendering? Something similar to the UpdatePanel Progress.
Thanks CT
|
|
|
|
Chris Pietschmann
|
|
You can use the ASP.NET AJAX UpdateProgress control to display some kind of "waiting icon" when the map is updating via an async postback. The Dynamic Search example in the Sample Website uses an UpdateProgress control to display a loading message beneath the map.
I'm not exactly sure off hand how to get the UpdateProgress content to display over top of the VE Map. To do this you'll need to search for how to center the UpdateProgress content within the browser; there are actually a few articles out there that cover this.
|
|
|