How can I “zoom in” my asp.net webpage on android?

I’ve been developing an application for mobile hand scanning devices using asp.net and C#. Up until last week this application has been on windows CE. Now the platform has been switched to Android. I’m having issues with the application looking very “zoomed out”(see picture). What could be causing this? I believe my CSS is correct, but I’m also not too familiar with how it behaves on an android platform.

Which mobile browsers support javascript (and Ajax)?

For the web site I’m building (targeted at mobile users) I’m thinking of using some Ajax controls. I’d like to know which mobile browsers do and don’t support Javascript and Ajax, so I can know whether I’ve at least covered the majority of my target market (i.e. iPhone, Droid, Nokia, Opera). If not, I’ll have to find an alternative way of presenting my forms…

Creating a mini-site in ASP.NET that works on Blackberry, Windows Mobile, and iPhone

I’m working on an ASP.NET website which targets desktop browsers. We want to enable an optional mobile view (e.g. http://m.sample.com) which will offer a few simple pages which will be mostly text. There will be not need for AJAX or even Javascript, and there’s no user input – it’s really just tables of text with a few links to navigate between the pages.