ASP .NET اسئلة واجوبة المقابلات
Question: What type of code (server or client) is found in a Code-Behind class?Answer: The answer is server-side code since code-behind is executed on the server.However,during the code-behind's execution on the server, it can render client-side code such as JavaScript to be processed in the clients browser.But just to be clear, code-behind executes on the server, thus making it server-side code. |
احفظ للمراجعة
احفظ هذا العنصر في الإشارات المرجعية، او حدده كصعب، او ضعه في مجموعة مراجعة.
سجل الدخول لحفظ الإشارات المرجعية والاسئلة الصعبة ومجموعات المراجعة.
هل هذا مفيد؟ نعم لا
الاكثر فائدة حسب تقييم المستخدمين:
- Whats the difference between Response.Write() andResponse.Output.Write()?
- Describe the role of inetinfo.exe, aspnet_isapi.dll andaspnet_wp.exe in the page loading process.
- What methods are fired during the page load?
- What namespace does the Web page belong in the .NET Framework class hierarchy?
- When during the page processing cycle is ViewState available?