Posts with tag asp

Creating a custom ASP.NET control for MapQuest

In my last post we saw that using the MapQuest NET API version 5.3 in an ASP.NET web application was not all that much harder than using it in a winforms application. Now in order to easily reuse some of the code it would be nice to create an ASP.NET custom control which displays a map just based on an origin and a destination.

Continue reading Creating a custom ASP.NET control for MapQuest