I am sure there must be a way to do this, but I have been reading the books & sites for hours with no luck. Please enlighten me.
I am creating a bitmap image in code using GDI+ and displaying it on my page with an <asp:image .../> tag. What I want to do is to make parts of the image clickable. In ASP, this is easily accomplished with the USEMAP attribute and the <MAP> HTML tag.
I can easily put buttons around the bitmap, but this does not seem very intuitive for the user. It would make the most sense to have the user click directly on the image.
How do you do this in ASP.NET?
Dave Gee
I am creating a bitmap image in code using GDI+ and displaying it on my page with an <asp:image .../> tag. What I want to do is to make parts of the image clickable. In ASP, this is easily accomplished with the USEMAP attribute and the <MAP> HTML tag.
I can easily put buttons around the bitmap, but this does not seem very intuitive for the user. It would make the most sense to have the user click directly on the image.
How do you do this in ASP.NET?
Dave Gee