English | Thai |
ASP.NET application services database | ฐานข้อมูลบริการของโปรแกรมประยุกต์ของ ASP.NET (In ASP.NET, a database that stores the data for several ASP.NET application services, including membership, Web Parts personalization, roles, and profiles. The database can be a local database in the Web site's App_Data folder or a SQL Server or other database, depending on how the site is configured) |
ASP.NET mobile control | ตัวควบคุมอุปกรณ์เคลื่อนที่ของ ASP.NET (One of a set of ASP.NET controls designed for mobile Web applications. ASP.NET mobile controls extend their ASP.NET server control counterparts) |
ASP.NET mobile Web Forms | เว็บฟอร์มสำหรับอุปกรณ์เคลื่อนที่ของ ASP.NET (An extension to the ASP.NET Web Forms framework that targets mobile devices from cell phones to Pocket PCs) |
ASP.NET page | เพจของ ASP.NET (A component of an ASP.NET application) |
ASP.NET server control | ตัวควบคุมเซิร์ฟเวอร์ของ ASP.NET (" A server-side component that encapsulates user-interface and related functionality. An ASP.NET server control derives directly or indirectly from the System.Web.UI.Control class. The superset of ASP.NET server controls includes Web server controls, HTML server controls, and ASP.NET mobile controls. The page syntax for an ASP.NET server control includes a runat="server" attribute on the control's tag.") |
ASP.NET Web application | โปรแกรมประยุกต์บนเว็บของ ASP.NET (An application that processes HTTP requests (Web requests) and executes on top ASP.NET. An ASP.NET Web application can include ASP.NET pages, XML Web services, HTTP handlers, and HTTP modules) |