บทช่วยสอน ASP

ASP HOME

กวดวิชา WP

แนะนำหน้าเว็บ มีดโกนหน้าเว็บ เค้าโครงหน้าเว็บ โฟลเดอร์หน้าเว็บ หน้าเว็บทั่วโลก แบบฟอร์มหน้าเว็บ วัตถุหน้าเว็บ ไฟล์หน้าเว็บ ฐานข้อมูลหน้าเว็บ ผู้ช่วยหน้าเว็บ หน้าเว็บ WebGrid แผนภูมิหน้าเว็บ อีเมลหน้าเว็บ ความปลอดภัยของหน้าเว็บ เผยแพร่หน้าเว็บ ตัวอย่างหน้าเว็บ ชั้นเรียนของหน้าเว็บ

มีดโกน ASP.NET

แนะนำมีดโกน มีดโกนไวยากรณ์ มีดโกน C# ตัวแปร มีดโกน C# ลูป มีดโกน C# Logic ตัวแปรมีดโกน VB มีดโกน VB Loops มีดโกน VB Logic

ASP Classic

แนะนำ ASP ไวยากรณ์ ASP ตัวแปร ASP ขั้นตอน ASP เงื่อนไข ASP ASP วนรอบ แบบฟอร์ม ASP คุกกี้ ASP เซสชัน ASP แอปพลิเคชัน ASP ASP #รวม ASP Global.asa ASP AJAX อีเมล ASP ตัวอย่าง ASP

การอ้างอิง ASP

ฟังก์ชัน ASP VB คีย์เวิร์ด ASP VB การตอบสนอง ASP คำขอ ASP แอปพลิเคชัน ASP เซสชัน ASP เซิร์ฟเวอร์ ASP ข้อผิดพลาด ASP ASP FileSystem ASP TextStream ไดรฟ์ ASP ไฟล์ ASP โฟลเดอร์ ASP พจนานุกรม ASP ASP AdRotator ASP BrowserCap การเชื่อมโยงเนื้อหา ASP ตัวหมุนเนื้อหา ASP ASP Quick Ref

กวดวิชา ADO

แนะนำ ADO ADO Connect ชุดระเบียน ADO จอแสดงผล ADO แบบสอบถาม ADO ADO Sort เพิ่ม ADO ADO Update ADO ลบ สาธิต ADO ADO เร่งความเร็ว

วัตถุ ADO

คำสั่ง ADO การเชื่อมต่อ ADO ข้อผิดพลาด ADO ADO Field พารามิเตอร์ ADO ADO พร็อพเพอร์ตี้ บันทึก ADO ชุดระเบียน ADO ADO สตรีม ประเภทข้อมูล ADO

วัตถุตอบสนอง ASP


ออบเจ็กต์ ASP Response ใช้เพื่อส่งเอาต์พุตไปยังผู้ใช้จากเซิร์ฟเวอร์


ตัวอย่างเพิ่มเติม


วิธีเขียนข้อความด้วย ASP


วิธีรวมข้อความและแท็ก HTML กับ ASP


วิธีเปลี่ยนเส้นทางผู้ใช้ไปยัง URL อื่น


วิธีสร้างลิงค์สุ่ม


วิธีการควบคุมบัฟเฟอร์


วิธีการล้างบัฟเฟอร์


วิธีสิ้นสุดสคริปต์ระหว่างการประมวลผล


วิธีระบุจำนวนนาทีที่หน้าจะถูกแคชในเบราว์เซอร์ก่อนที่จะหมดอายุ


วิธีระบุวันที่/เวลาที่หน้าที่แคชในเบราว์เซอร์จะหมดอายุ


วิธีตรวจสอบว่าผู้ใช้ถูกตัดการเชื่อมต่อจากเซิร์ฟเวอร์หรือไม่


วิธีการระบุประเภทของเนื้อหา


วิธีระบุชื่อของชุดอักขระ



วัตถุตอบกลับ

ออบเจ็กต์ ASP Response ใช้เพื่อส่งเอาต์พุตไปยังผู้ใช้จากเซิร์ฟเวอร์ คอลเลกชัน คุณสมบัติ และวิธีการอธิบายไว้ด้านล่าง:

ของสะสม

Collection Description
Cookies Sets a cookie value. If the cookie does not exist, it will be created, and take the value that is specified

คุณสมบัติ

Property Description
Buffer Specifies whether to buffer the page output or not
CacheControl Sets whether a proxy server can cache the output generated by ASP or not
Charset Appends the name of a character-set to the content-type header in the Response object
ContentType Sets the HTTP content type for the Response object
Expires Sets how long (in minutes) a page will be cached on a browser before it expires
ExpiresAbsolute Sets a date and time when a page cached on a browser will expire
IsClientConnected Indicates if the client has disconnected from the server
Pics Appends a value to the PICS label response header
Status Specifies the value of the status line returned by the server

วิธีการ

Method Description
AddHeader Adds a new HTTP header and a value to the HTTP response
AppendToLog Adds a string to the end of the server log entry
BinaryWrite Writes data directly to the output without any character conversion
Clear Clears any buffered HTML output
End Stops processing a script, and returns the current result
Flush Sends buffered HTML output immediately
Redirect Redirects the user to a different URL
Write Writes a specified string to the output