i need a SVG GUI in my aspx page. if i click, let's say, a square - something should happen. the problem is that svg only supports javascript. is there a way to assign asp.net script handlers to click events on svg objects?
or is it possible to call asp.net scripts from javascripts?