Jump to content

JobPencil

Members
  • Posts

    13
  • Joined

  • Last visited

Posts posted by JobPencil

  1. Add this meta tag in your site

     

    <meta http-equiv="Content-type" name="viewport" content="initial-scale=1.0, maximum-scale=1.0, user-scalable=no, width=device-width">

    or

    <meta name="viewport" content="width=1030, maximum-scale=1.0" />

  2. ASP.NET page framework also supports an automatic way to associate page events and methods. If the AutoEventWireup attribute of the Page directive is set to true (or if it is missing, since by default it is true), the page framework calls page events automatically, specifically the Page_Init and Page_Load methods. In that case, no explicit Handles clause or delegate is needed.

×
×
  • Create New...