<head runat="server"> <title> <asp:ContentPlaceHolder id="title" runat="server"></asp:ContentPlaceHolder> <%--ส่วนแสดง Title--%> </title> <asp:ContentPlaceHolder id="head" runat="server"></asp:ContentPlaceHolder> <%--ส่วนในแท็ก Head ใส่สคริปอะไรก็ได้--%> </head>
<%@ Page Title="" Language="C#" MasterPageFile="~/MasterPage.master" AutoEventWireup="true" CodeFile="ProductDetail.aspx.cs" Inherits="ProductDetail" %> <asp:Content ID="Content1" ContentPlaceHolderID="title" Runat="Server"> -- ตรงนี้ใส่ข้อความส่วน title -- </asp:Content> <asp:Content ID="Content2" ContentPlaceHolderID="head" Runat="Server"> </asp:Content> <asp:Content ID="Content3" ContentPlaceHolderID="ContentPlaceHolder1" Runat="Server"> </asp:Content>
<title id="title" runat="server">ThaiCreate.Com</title> <meta name="description" content="description" id="description" runat="server" /> <meta name="keywords" content="keys" id="keywords" runat="server" />
Me.title.InnerText = "Welcome to www.ThaiCreate.Com" Me.keywords.Attributes("content") = "keyword description" Me.description.Attributes("content") = "description"
<asp:Content ID="Content1" ContentPlaceHolderID="title" Runat="Server"> <asp:Literal ID="Literal1" runat="server"></asp:Literal> </asp:Content>
if (dt.Rows.Count > 0) { this.Literal1.Text = (string)dt.Rows[0]["PackName"]; //แสดงในหัว Title }
เพื่อความปลอดภัยของเว็บบอร์ด ไม่อนุญาติให้แทรก แท็ก [img]....[/img] โดยการอัพโหลดไฟล์รูปจากที่อื่น เช่นเว็บไซต์ ฟรีอัพโหลดต่าง ๆ อัพโหลดแทรกรูปภาพ ให้ใช้บริการอัพโหลดไฟล์ของไทยครีเอท และตัดรูปภาพให้พอดีกับสกรีน เพื่อความโหลดเร็วและไฟล์ไม่ถูกลบทิ้ง