I want to display esri shapefiles into my asp.net web application, the shape files need to be themed. e.g i have on district layer having 22 districts along with the poulation field in the district laye. i want each polygon to have a label showing district name and along with the population of the district. i should be able to pan zoom etc also when i click each polygon theattribute should get displayed in the form of a popup. also i should be able to overlay more than one layers and use checkbox to select or unselect layers.
i have read about shaprmap, easygis.net but i cant figure out any working code to start with.
all help appreciateed. the application doenst store data in the database