It's just a static picture, so by itself there is no interactivity available for it.
It's conceivable that you (or someone else) could write some custom server-side .NET code that would read the Graph object and create a client-side HTML image map from it ( see http://www.w3schools.com/TAGS/tag_map.asp ), which you could then include on your ASP.NET page. The image map would have an "area" element for each of the graph's vertices, and you could execute client-side JavaScript when an area is clicked. However, there is nothing built into NodeXL that will do that for you.
-- Tony
It's conceivable that you (or someone else) could write some custom server-side .NET code that would read the Graph object and create a client-side HTML image map from it ( see http://www.w3schools.com/TAGS/tag_map.asp ), which you could then include on your ASP.NET page. The image map would have an "area" element for each of the graph's vertices, and you could execute client-side JavaScript when an area is clicked. However, there is nothing built into NodeXL that will do that for you.
-- Tony