User1943143334 posted
Hi,
Mobile Web Forms are depreciated!!! General ASP.NET Web applications works absolutely fine in all Mobile browsers! Some devices even support HTML 5!!!
You can add the following META tags for making your website mobile compatible!
<meta name="viewport" content="width=device-width" />
<meta name="HandheldFriendly" content="true" />
You can check the below link for more information on ASP.NET Mobile web application development!
http://roopeshreddy.wordpress.com/2010/07/25/mobile-development-in-asp-net/
Hope it helps u...