Click to See Complete Forum and Search --> : is GDI+ is supported in ASP.NET


Andy Tacker
October 3rd, 2003, 03:54 AM
well may be this question is not really about GDI+.
I am developing a project using C#.
it's the web part of the application.
the application allows to view the location of an object in a map. the map is simple image object.
i want to draw a Flag on this Map.
in windows Forms, I can use graphics object and draw a shape say rectangle at any particular location on the image i.e. Map.
how can I achieve this in web side using C#?
I tried to create separate Flag image object and dynamically changing its location, but didnt get to make it work.
would be nice if someone can show me the way.