Register Register Member Login Member Login Member Login Forgot Password ??
PHP Tutorial (Hypertext Preprocessor), ASP Tutorial (Active Server Pages), ASP.NET Tutorial (.Net 1.1,2.0,3.5)
   
   
  Registered : 70,480
   
 
HOME > ASP.NET > ASP.NET HTML & Form > ASP.NET runat="server"
Search

ASP.NET runat="server"

 
 
 
ASP.NET runat="server" เป็น Properties ที่ใช้กำหนดในส่วนของ Web Control ใน Tag ของ ASP.NET Web Form ซึ่งความหมายก็คือ Control ตัวนั้นถูกส่งให้ทำการประมวลผลที่ฝั่ง Web Server

Language Code : VB.NET || C#

Syntax

<asp:Control ID="[Name]" runat="server"></asp:Control>


หลักการทำงานก็คือ Control ที่มี Properties เป็น runat="server" จะถูกส่งให้ทำการประมวลผลฝั่ง Web Server ทั้งหมด และฝั่ง Web Server จะส่งกลับในรูปแบบของ HTML Tag กลับมา และ Control เหล่านี้จะสามารถเรียกใช้งานได้ภายใน ASP.NET Code ผ่าน [Me/this].Control-Name.Properties ได้โดยตรง ซึ่งต่างจาก HTML Control ถ้าไม่มี runat="server" จะใช้การเรียกผ่าน Request แทนครับ

MyFile.aspx (VB.NET)

<%@ Page Language="VB" %>
<%
Response.write ("This is ASP Tag")
%>
<script runat="server">
    Sub Page_Load()
        Me.txtName.Text = "This is ASP.NET Tag"
    End Sub
</script>
<html>
<head>
</head>
<body>
    <form runat="server">
        <%
        Response.write("This is ASP Tag<br>")
        %>
        <asp:Label id="lblText" runat="server" text="Text"></asp:Label>
        <asp:TextBox id="txtName" runat="server"></asp:TextBox>
    </form>
</body>
</html>


Screenshot

ASP.NET HTML



WebMatrix

Visual Studio .NET 2003

Visual Studio 2005,2008




 

ช่วยกันสนับสนุนรักษาเว็บไซต์ความรู้แห่งนี้ไว้ด้วยการสนับสนุน Source Code 2.0 ของทีมงานไทยครีเอท

 
  By : ThaiCreate.Com Team (บทความเป็นลิขสิทธิ์ของเว็บไทยครีเอทห้ามนำเผยแพร่ ณ เว็บไซต์อื่น ๆ)
  Score Rate :  
  Create/Update Date : 2008-10-27 23:08:53 / 2009-06-02 16:39:15
  View : 2,556
  Download : No files
   
 
Sponsored Links
 
 
Ads Contact : 08-1987-6107
Download Google Chorme
 
Ads Contact : 08-1987-6107
 Sponsored Links
ASP.NET & HTML
Rate : View : 3,345
ASP.NET Tag Form
Rate : View : 2,150
ASP.NET Web Control & HTML Control
Rate : View : 2,389
 
 
© www.ThaiCreate.Com. 2003-2009 All Rights Reserved. My network : ThaiGoodWeb.Com , DVDmono.com
Comments & Suggestions Please Contact Us : thaicreate at hotmail dot com [Conditions Privacy Statement] ติดต่อโฆษณา 01-987-6107 อัตราราคา คลิกที่นี่