دروس ASP

الصفحة الرئيسية ASP

دروس الفسفور الابيض

مقدمة صفحات الويب صفحات الويب الحلاقة تخطيط صفحات الويب مجلدات صفحات الويب صفحات الويب العالمية نماذج صفحات الويب كائنات صفحات الويب ملفات صفحات الويب قواعد بيانات صفحات الويب مساعدي صفحات الويب WebPages WebGrid مخططات صفحات الويب البريد الإلكتروني لصفحات الويب أمن صفحات الويب نشر صفحات الويب أمثلة على صفحات الويب فئات صفحات الويب

ASP.NET Razor

مقدمة الحلاقة تركيب الشفرة المتغيرات Razor C # حلقات موس الحلاقة C # Razor C # المنطق متغيرات Razor VB حلقات الحلاقة VB Razor VB Logic

كلاسيك ASP

مقدمة ASP بناء جملة ASP متغيرات ASP إجراءات ASP شروط ASP حلقات ASP نماذج ASP ملفات تعريف الارتباط ASP جلسة ASP تطبيق ASP تضمين ASP # ASP Global.asa ASP أياكس البريد الإلكتروني ASP أمثلة على ASP

مرجع ASP

وظائف ASP VB كلمات رئيسية ASP VB استجابة ASP طلب ASP تطبيق ASP جلسة ASP خادم ASP خطأ ASP نظام ملفات ASP ASP TextStream محرك ASP ملف ASP مجلد ASP قاموس ASP أدروتور ASP متصفح ASP ربط محتوى ASP محور دوار للمحتوى ASP المرجع السريع ASP

برنامج ADO التعليمي

مقدمة ADO اتصال ADO مجموعة سجلات ADO عرض ADO استعلام ADO نوع ADO إضافة ADO تحديث ADO حذف ADO عرض ADO تسريع ADO

كائنات ADO

أمر ADO اتصال ADO خطأ ADO حقل ADO معلمة 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