Last week I had a task to find a way to export a current extent of map control (in ESRI ADF.NET 9.2) to image format (for examples: jpeg, bmp). I tried to look at examples in ESRI documentation and to look over the net, but I didn't found a good one(some of them are not completed and others are implemented in ADF.NET 9.1). I want to show you a complete example to do this: public string GetMapImageUrl(ESRI.ArcGIS.ADF.Web.UI.WebControls.Map mapControl, esriImageFormat imageFormat, int imageHeight,...