473,395 Members | 1,532 Online
Bytes | Software Development & Data Engineering Community
Post Job

Home Posts Topics Members FAQ

Join Bytes to post your question to a community of 473,395 software developers and data experts.

Page event ordering

I guess this is more of an ASP.NET question than a MapPoint one. I have
managed to create some points on a Mappoint Web Service image using SQL
server and GDI+. Now I wish to create an imagemap for the points in the
wrapping web-page. To do this, I am caching the points created through the
Mappoint image, and using the cached parameters to create the imagemap.
However, the page writes the imagemap details before the image has been fully
created (and the points have been cached). I need to offset the imagemap
creation time so that it happens after the image has been fully created - any
ideas?

Thanks,
Chris
Nov 18 '05 #1
2 917
Chris,

Try overriding the PreRender method and put your imagemap modification code
in there.

HTH MikeL.

"Chris Harris" wrote:
I guess this is more of an ASP.NET question than a MapPoint one. I have
managed to create some points on a Mappoint Web Service image using SQL
server and GDI+. Now I wish to create an imagemap for the points in the
wrapping web-page. To do this, I am caching the points created through the
Mappoint image, and using the cached parameters to create the imagemap.
However, the page writes the imagemap details before the image has been fully
created (and the points have been cached). I need to offset the imagemap
creation time so that it happens after the image has been fully created - any
ideas?

Thanks,
Chris

Nov 18 '05 #2
Mike,

Thanks for your assistance. I tried calling the imagemap modification code
in the PreRender method of the image creation aspx, but I guess it still
doesn't have enough time to update the cache before the imagemap is created.
Is it possible to somehow load up the image in the prerender method of the
wrapping page?

Chris

"MikeL" wrote:
Chris,

Try overriding the PreRender method and put your imagemap modification code
in there.

HTH MikeL.

"Chris Harris" wrote:
I guess this is more of an ASP.NET question than a MapPoint one. I have
managed to create some points on a Mappoint Web Service image using SQL
server and GDI+. Now I wish to create an imagemap for the points in the
wrapping web-page. To do this, I am caching the points created through the
Mappoint image, and using the cached parameters to create the imagemap.
However, the page writes the imagemap details before the image has been fully
created (and the points have been cached). I need to offset the imagemap
creation time so that it happens after the image has been fully created - any
ideas?

Thanks,
Chris

Nov 18 '05 #3

This thread has been closed and replies have been disabled. Please start a new discussion.

Similar topics

33
by: Benjamin M. Stocks | last post by:
Hello all, I've heard differing opinions on this and would like a definitive answer on this once and for all. If I have an array of 4 1-byte values where index 0 is the least signficant byte of a...
1
by: evanburen | last post by:
I have an iframe inside of a parent page. How do I call the onChange function in the parent page from the ddlProfileNames dropdown in the iframe page? Thanks. code in parent page: <SCRIPT>...
1
by: cmay | last post by:
Can someone advise on this issue? We are seeing a page where, on the first load the base page (the class our page inherits from) fires it's PageLoad event first, followed by our Page's PageLoad....
5
by: Kürşat | last post by:
Hi all, I have a named autoreset event (EventWaitHandle) and two applications one waits on the event and one sets the evet. Application A calls Set method and free a thread in application B....
0
by: emmanuelkatto | last post by:
Hi All, I am Emmanuel katto from Uganda. I want to ask what challenges you've faced while migrating a website to cloud. Please let me know. Thanks! Emmanuel
0
BarryA
by: BarryA | last post by:
What are the essential steps and strategies outlined in the Data Structures and Algorithms (DSA) roadmap for aspiring data scientists? How can individuals effectively utilize this roadmap to progress...
1
by: nemocccc | last post by:
hello, everyone, I want to develop a software for my android phone for daily needs, any suggestions?
1
by: Sonnysonu | last post by:
This is the data of csv file 1 2 3 1 2 3 1 2 3 1 2 3 2 3 2 3 3 the lengths should be different i have to store the data by column-wise with in the specific length. suppose the i have to...
0
by: Hystou | last post by:
There are some requirements for setting up RAID: 1. The motherboard and BIOS support RAID configuration. 2. The motherboard has 2 or more available SATA protocol SSD/HDD slots (including MSATA, M.2...
0
marktang
by: marktang | last post by:
ONU (Optical Network Unit) is one of the key components for providing high-speed Internet services. Its primary function is to act as an endpoint device located at the user's premises. However,...
0
by: Hystou | last post by:
Most computers default to English, but sometimes we require a different language, especially when relocating. Forgot to request a specific language before your computer shipped? No problem! You can...
0
Oralloy
by: Oralloy | last post by:
Hello folks, I am unable to find appropriate documentation on the type promotion of bit-fields when using the generalised comparison operator "<=>". The problem is that using the GNU compilers,...
0
jinu1996
by: jinu1996 | last post by:
In today's digital age, having a compelling online presence is paramount for businesses aiming to thrive in a competitive landscape. At the heart of this digital strategy lies an intricately woven...

By using Bytes.com and it's services, you agree to our Privacy Policy and Terms of Use.

To disable or enable advertisements and analytics tracking please visit the manage ads & tracking page.