Combining Google Maps with ASP.NET Web Forms – Part 1
Mar 4,
2013
One question that keeps cropping up while I’m teaching is – how do I include Google Maps in ASP.NET pages? The short answer is – it’s incredibly easy: just go to this page, follow the steps and you’ll get code you can paste into your page. The problem with that is it only works for […]
Internationalizing ASP.NET Web Forms
Jan 11,
2013
I was in Rockville last week, acting as the BORG (Back Of the Room Guy) for another instructor. About half the students were attending remotely, using Learning Tree’s AnyWare system – and one of them was joining us all the way from Sweden, which meant he had a different keyboard layout. Fortunately, that was easily […]
Web Sites for Mobile Devices
Jan 7,
2013
Whilst the main theme of this blog is native mobile applications, I thought I’d digress a little and look at building Web sites which work with mobile devices. I’ve built a few mobile Web sites recently and each time, I question why bother? Surely, with modern mobile browsers, we can just use the normal (desktop) […]
Web Forms Data Annotation Validation – Part 3
Aug 14,
2012
This is the third part in my look at Data Annotation validation in Web Forms in the Visual Studio 2012 Release Candidate. In the first part, I showed the server-side support for Data Annotation validation and model binding. In the second, I proposed one approach to providing client-side validation using jQuery plugins and a custom […]
Web Forms Data Annotation Validation – Part 2
Aug 6,
2012
In my last post I reviewed the new Web Forms support for server-side validation using Data Annotations, and ended with my frustration at not being able to find out how (or if) Microsoft had implemented the matching client-side validation. I promised to look at two different implementations that would provide client-side validation. This post is […]