How to develop mobile application in asp.net with C# 2.0(2005). is there is possibility to develop mobile application in .net.If it possible then give me some tips for developing mobile application
User1943143334 posted
Hi, Developing ASP.NET Mobile applications is pretty easy! Check the below blog post for more information! http://roopeshreddy.wordpress.com/2010/07/25/mobile-development-in-asp-net/ General asp.net website works absolutely fine in all Mobile browsers! You
can add following META tags to make your website mobile compatible. <meta name="viewport" content="width=device-width" /> Hope it helps u...
In Visual Studio 2005, you will find seperate mobile web templates & controls. So , use these & develop mobile asp.net . You dnt need to add any meta viewport tags(adpative rendering) for asp.net 2.0 mobile web in VS 2005.