Hey Jon,
Make the hotspot's URL include a quesystring (for example: mypage.aspx?id=1), and then use the Request.QueryString[name as string] property (for example: Request.QueryString["id"] )
HTH,
Tim Stall
----- Jon Cosby wrote: -----
How can I pass arguments from an image map to cs code? I want display
information on the map area based on a query.