locked
How to get System.Web.UI.MobileControls RRS feed

  • Question

  • User809322603 posted

    Hi frinds i want to make mobile website in asp.net 3.5

    so how to get the mobile controlls in my project

    Ex:

     <mob:Form runat="server">
      <mob:Label runat="server">Hello</mob:Label>
    </mob:Form>

    how i can get this name space System.Web.UI.MobileControls ?

    what i have to download and how ?

    Wednesday, November 16, 2011 5:55 AM

Answers

  • User-837620913 posted

    ASP.NET Mobile Controls are deprecated - which means you really shouldn't be using them.

    From this article, How To: Add Mobile Pages to your ASP.NET Web Forms / MVC Application:

    The reason why ASP.NET Mobile Controls have been marked as obsolete is that their design is oriented around the mobile phones that were common around 2005 and earlier. The controls are mainly designed to render WML or cHTML markup (instead of regular HTML) for the WAP browsers of that era. But WAP, WML, and cHTML are no longer relevant for most projects, because HTML has now become the ubiquitous markup language for mobile and desktop browsers alike.

    • Marked as answer by Anonymous Thursday, October 7, 2021 12:00 AM
    Wednesday, November 16, 2011 6:11 AM

All replies