Hi,
As many of your other users, I am trying to a implement MP2002 control in my ASP page, using C#. You have many "how-to" examples in VB,...not in C#,...so I pasted in what I have.
//Create new Map
MappointControlClass ctlMap1 = new MapPoint.MappointControlClass();
ctlMap1.NewMap(MapPoint.GeoMapRegion.geoMapNorthAm erica);
ctlMap1.ActiveMap = True;
//
I know it is wrong but where ?
I am trying to open a new map on my mappoint control object,...then start coding around that object in "Design-time".
Any thoughts ???
Thanks,
Jacek