Users Also Read
Read MCQ's/Objective questions
MCQ's Search Engine
Important Question
Basic Computer Knowledge
Basic of Linux/Unix
C Language
C# Programming
C++ Programming
Computer Graphics
Computer Hardware
Computer Networking
Computer Security - Cyber crime & Laws
Data Structures & Algorithms
Database Management System
Digital Computer Electronics
HTML
Important File Extensions
Imp. Shortcut Keys used in Computer
Internet, Web & Email
Java - Concepts and Its Programming
Language Processors
Management Information System (MIS)
MS Access
MS Excel
MS Word
Operating System
Oracle, SQL & PL/SQL
PHP Basic
Power Point
Programming Languages
Software Engineering
System Analysis and Design (SAD)
System software & compiler design
Tally
VB.NET
Visual Basic
Home⇒ Computer Engineering⇒ Aspnet
1-Dont try to cram or spend more time here just read it fast and cover syllabus then practice MCQ's cheptor of same topic to check your progress. . |
2-Wrong options are also given but dont concentrate there, Right answer is in bold format. |
Q1 ⇒ Which of the following denote page code model in ASP.NET? Both (a) and (b) [other wrong options] [Discuss in forum] single-file code-behind None of the Above |
Q2 ⇒ Whats the significance of Request.MapPath( ) Maps the specified virtual path to a physical path [other wrong options] [Discuss in forum] Maps the specified absolute path to virtual path All of the above None of the above |
Q3 ⇒ If in an ASP.NET application one want to create http handlers which of the interface is used IHttpHandlerFactory [other wrong options] [Discuss in forum] pipeline Handler None of the above |
Q4 ⇒ Client Sertificate is a collection of Request [other wrong options] [Discuss in forum] Response Collection Server |
Q5 ⇒ The control used in ASP.NET to display information from data set but with better formatting and editing behavior is DataList [other wrong options] [Discuss in forum] Button Panel None of the Above |
Q6 ⇒ asp:dropdownlist> tag replaces which of the HTML tags < Select > [other wrong options] [Discuss in forum] < List > < Option > None of the above |
Q7 ⇒ How do you trace the application_End event on runtime? Can not be done [other wrong options] [Discuss in forum] By Debugging By Tracing By Stopping |
Q8 ⇒ What is the out put of Following code String a=”Hello”; String b=”World” String c= a+b Response.Write ( “C “); C [other wrong options] [Discuss in forum] Hello world Hello World |
Q9 ⇒ When is the user controls code is executed After the webform loads [other wrong options] [Discuss in forum] Before Page_init event of web form After the page_init event of webform None of the above |
Q10 ⇒ Attribute must be set on a validator control for the validation to work. ControlToValidate [other wrong options] [Discuss in forum] ValidateControl ControlToBind Validate |
Q11 ⇒ Default scripting language in ASP. VBScript [other wrong options] [Discuss in forum] EcmaScript JavaScript PERL |
Q12 ⇒ ______________ element in the web.config file to run code using the permissions of a specific user < identity> element [other wrong options] [Discuss in forum] < credential> element < authorization> element < authentication> element |
Q13 ⇒ By default, code written with the Debug class is stripped out of release builds. Yes [other wrong options] [Discuss in forum] No May be Confuse |
Q14 ⇒ Which of the following is FALSE? None of these [other wrong options] [Discuss in forum] ASP.NET is a major upgrade over ASP ASP+ and ASP.NET refer to the same thing ASP.NET applications run without a Web Server |
Q15 ⇒ The actual work process of ASP.NET is taken care by _____________ aspnet_wp.exe [other wrong options] [Discuss in forum] aspnet_isapi.dll inetinfo.exe None of these |
Q16 ⇒ Which of the following method is used to obtain details about information types of assembly? Both (a) and (b) [other wrong options] [Discuss in forum] GetType GetTypes None of these |
Q17 ⇒ Postback occurs in which of the following forms Webforms [other wrong options] [Discuss in forum] Winforms HTMLForms None of these |
Q18 ⇒ The number of forms that can be added to a aspx page is. 3 [other wrong options] [Discuss in forum] 1 2 More than 3 |
Q19 ⇒ How to implement authentication via web.config? Include the authorization element. [other wrong options] [Discuss in forum] Include the deny element. Include the identity element. Include the authentication element. |
Q20 ⇒ An ASP.NET page uses a Datagrid displays employee information.The Web application supports a large number of concurrent users, who will be saving data from the grid back to the database. Disable View State and don't use session state [other wrong options] [Discuss in forum] Use View State Use URL munging Disable ViewState and use Session State |
Or |