By tag: mattberseth
0
kicks
Part II: Simple example of shading zip-code boundaries using Virtual E
In the original article, I showed an example of plotting zip-code boundaries using Microsoft Virtual Earth and Ajax.Net. I received some feedback from John (SoulSolutions) suggesting that the transmission of latitude and longitude points could be optimized by using googles compression algorithm (de...
0
kicks
Plotting Zip-Code Boundaries using Ajax.Net and Microsoft Virtual Eart
During a recent project, I had the opportunity to play around with the Virtual Earth Map Control from Microsoft (http://dev.live.com/virtualearth/sdk/). The goal of the project was to display zip codes by outlining its boundary. In the end we decided to go a different route, but I thought I would ...
0
kicks
Export GridView to Excel
I thought this sounded like a pretty standard requirement so I figured there would be a nice snippet on msdn or in an msdn publication describing the official Microsoft solution. I couldn’t find that, or any other approach that I was happy with. I ran across a few sites that looked promising, but ...