hi,
iam adding shape files by hardcoding like
ShapeFileFeatureLayer MumbaiMajorRoadsShapeLayer = new ShapeFileFeatureLayer(@"C:\Program Files\ThinkGeo\Map Suite Web Full Edition 3.0\Samples\CSharp Samples\SampleData\Mumbai-layers\roads.shp");
ShapeFileFeatureLayer MumbaiWaterShapeLayer = new ShapeFileFeatureLayer(@"C:\Program Files\ThinkGeo\Map Suite Web Full Edition 3.0\Samples\CSharp Samples\SampleData\Mumbai-layers\waterbodies.shp");
ShapeFileFeatureLayer MumbaiAdminShapeLayer = new ShapeFileFeatureLayer(@"C:\Program Files\ThinkGeo\Map Suite Web Full Edition 3.0\Samples\CSharp Samples\SampleData\Mumbai-layers\administrative.shp");
ShapeFileFeatureLayer indiaDistrictsLayer = new ShapeFileFeatureLayer(@"C:\Program Files\ThinkGeo\Map Suite Web Full Edition 3.0\Samples\CSharp Samples\SampleData\India\districts.shp");
but now i want to add shape files beased on user intrest.like every user have his own shape layers.based on that user i need to show shape files in map.
for ex:USER1 have shapefiles like mumbai
USER2 have shapefiles like Banglore
USER3 have shapefiles lioke Hyderabad
so based on user i need to shoe shape files in map.how to maintain all this shape files.From database can we maintain this shape file.means first user upload this shapefiles in the form of Rar file in database.like this is it possible.