Building Virtual Earth applications just keeps getting easier
Posted by: Federal Developer Weblog,
on 29 Jul 2008 |
View original | Bookmarked: 0 time(s)
I've given a number of presentations on Virtual Earth development over the last couple years. The first thing ASP.NET WebForms developers say to me is how bummed they are that they have to write JavaScript. That's understandable. ASP.NET WebForms developers have come to expect server controls to do most of the heavy lifting for them. ASP.NET AJAX introduced the UpdatePanel control which allows you to AJAX enable your applications without having to write a single line of JavaScript. ...