How display results from SQL Server geography type on ASP.NET page?

Chenneats

New Member
I have latitude and longitude coordinates for polygons (each a plat of land) stored in a SQL Server database per the geography data type.In SQL, it's very cool how they have a "Spatial results" tab to view the data graphically.I would like the same images (plat of subdivision) to be displayed in an ASP.NET page with each plat being clickable.Is there a particular control I can bind to to make this happen? Do I need to get into a map API like Google or Bing?Thanks for any guidance.
 
Back
Top