Click here to Skip to main content
15,886,774 members
Please Sign up or sign in to vote.
4.00/5 (1 vote)
See more:
I am working in asp and C#. I have a gridview that populates a table like so:

name    money	market	apples ($)	oranges ($)	bananas($)
kelly	$16.00	local	  $2.00	      $3.00	    $1.00
john	$7.00	organic	  $3.00	      $3.00     $4.00
brock	$10.00	farmer	  $2.00	      $5.00	    $2.00


I also have an image I built in visio which is just a circle that points to other circles. Inside the first circle would be the "name" from the table and it would be pointing to other circles that contain the possible fruit to buy and how much they cost.

Is there a way to click on a row and have that row's data populate the image on a webpage?
Posted
Comments
Arkadeep De 20-Mar-15 12:36pm    
Is that a graph you want to design? what you are trying to do. pls elaborate little bit more.
Member 11541859 20-Mar-15 12:36pm    
Not a graph. I have a static image that I would like to add labels to. The labels are in the gridview.

This content, along with any associated source code and files, is licensed under The Code Project Open License (CPOL)



CodeProject, 20 Bay Street, 11th Floor Toronto, Ontario, Canada M5J 2N8 +1 (416) 849-8900