List of Free code Example
Projects
-
ASP.NET 3.5 Routing sample
A simple example of using .NET 3.5's System.Web.Routing assembly with regular WebForms.
The sample pages derive from a custom 'RoutablePage' class, but that's not mandatory. For simple routing, you can just derive from Page as usual.
If you'd like to use RequestContext's Ge...
-
Google Maps GeoCoder for ASP.NET C# - Latitude, Longitude, Address & Reverse
Google GeoCoder for ASP.NET C# is a sample code example for look up an address and return the latitude and longitude.
Reverse look-up can be achieved by clicking on the map.