اكثر اسئلة واجوبة المقابلات طلبا والاختبارات عبر الإنترنت
منصة تعليمية للتحضير للمقابلات والاختبارات عبر الإنترنت والدروس والتدريب المباشر

طوّر مهاراتك من خلال مسارات تعلم مركزة واختبارات تجريبية ومحتوى جاهز للمقابلات.

يجمع WithoutBook أسئلة المقابلات حسب الموضوع والاختبارات العملية عبر الإنترنت والدروس وأدلة المقارنة في مساحة تعلم متجاوبة واحدة.

التحضير للمقابلة

ASP اسئلة واجوبة المقابلات

فروقات ذات صلة

JSP vs ASP

سؤال 46. What is the difference between Cookies collection and Form/Query string collection?

Cookie collection does not have the Count property. Cookies can have multiple values for the same cookie name but each value can be referred using a key whereas in a Form/Query string cookie each value has to be referred using an index value.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 47. What is Server Object?

Controls the ASP execution environment. It can set the amount of time script can run before an error occurs. Converts a virtual path to a physical path on the server. Takes a user supplied string and encode it into proper format for a URL string.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 48. What is Collection?

Collection is a set of name/value pairs where the information supplied by the client is stored.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 49. How will you delete a Cookie?

By setting its Expires property to any date prior to today Response.Cookies("cookie name"). Expires = Date 1.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

سؤال 50. What is the function of Buffer in Response Object?

Buffer controls the HTML output stream manually.

هل هذا مفيد؟ اضف تعليقا عرض التعليقات
 

الاكثر فائدة حسب تقييم المستخدمين:

حقوق النشر © 2026، WithoutBook.