I have an array of object (polygons), and each object has its own click event. I am successfully attached click event to each object which will trigger the same OnPolygonClick(e), however I don't know how to determine which polygon is clicked, something like if you click on a polygon which has property name = "Area 1", the infowindow will show "Area 1" as well as its other info and so on...is there a way to attach a custom object to a polygon which is sent from
ASP.NET and when user click on it, the object info will be displayed?
Sam.