Ice725 Posted April 19, 2006 Posted April 19, 2006 I'm trying to use MapPoint in my ASP.NET app. In the Windows-Forms example I found online, it uses a PictureBox to show the Map: MapImage tempImage = renderService.GetMap(mapSec)[0]; myPictureBox.Image = new Bitmap(new MemoryStream(tempImage.MimeData.Bits, false), true); Is there a control in ASP.NET that will allow me to set it's Image property as it shows above? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.