Reviewed by Editorial Team
The ProProfs editorial team is comprised of experienced subject matter experts. They've collectively created over 10,000 quizzes and lessons, serving over 100 million users. Our team includes in-house content moderators and subject matter experts, as well as a global network of rigorously trained contributors. All adhere to our comprehensive editorial guidelines, ensuring the delivery of high-quality content.
Learn about Our Editorial Process
| By 569461_tcs
5
569461_tcs
Community Contributor
Quizzes Created: 2 | Total Attempts: 607
| Attempts: 60 | Questions: 8
Please wait...
Question 1 / 8
0 %
0/100
Score 0/100
1. ASP.NET separates the HTML output from program logic using a feature named as? 

Explanation

ASP.NET separates the HTML output from program logic using a feature named as code-behind. This feature allows developers to write the program logic in a separate file, called the code-behind file, while keeping the HTML markup separate in the front-end file. This separation of concerns helps in maintaining clean and organized code, making it easier to manage and modify the application.

Submit
Please wait...
About This Quiz
.Net Technical Quiz Prelims - Quiz

The. Net Technical Quiz Prelims assesses knowledge in ASP. NET, focusing on page events, themes, code-behind, user identity handling, and Web Services Description Language. It is designed for learners to validate their server-side coding skills in a structured manner.

Tell us your name to personalize your report, certificate & get on the leaderboard!
2. How do you automatically associate page events and methods in the ASP.NET page framework?   

Explanation

When the AutoEventWireup attribute of the Page directive is set to true, the ASP.NET page framework automatically associates page events and methods. This means that the framework will automatically wire up the event handlers for the events defined in the page's code-behind file without the need for explicit event handler registration in the markup. This simplifies the development process by reducing the amount of manual code that needs to be written.

Submit
3. In ASP.NET in form page the object which contains the user name is ______ ?

Explanation

The correct answer is Page.User.Identity. In ASP.NET, the object that contains the user's name is accessed through the Page.User.Identity property. This property provides information about the user's identity, including their name, authentication type, and whether they are authenticated or not. The Page.User.IsInRole property is used to check if the user belongs to a specific role, and Page.User.Name does not exist in ASP.NET. Therefore, the correct object to access the user's name is Page.User.Identity.

Submit
4. The actual work process of ASP.NET is taken care by _____________?

Explanation

The correct answer is aspnet_wp.exe. This is because aspnet_wp.exe is the worker process responsible for handling ASP.NET requests and managing the execution of ASP.NET applications. It is responsible for processing incoming requests, managing application pools, and maintaining the state of the application. inetinfo.exe is the Internet Information Services (IIS) process that handles HTTP requests, while aspnet_isapi.dll is an ISAPI extension that allows IIS to pass ASP.NET requests to the ASP.NET worker process. Therefore, the correct answer is aspnet_wp.exe.

Submit
5. The GridView control in ASP.NET has which of the following features?

Explanation

The GridView control in ASP.NET has both automatic data binding and automatic paging features. Automatic data binding allows the control to bind to a data source and display the data automatically. Automatic paging allows the control to divide the data into multiple pages and display them automatically, providing a convenient way to navigate through large amounts of data.

Submit
6. A collection of property settings that allow you to define the look of pages and controls is known as?

Explanation

A theme is a collection of property settings that allow you to define the look of pages and controls. It provides a consistent and unified design for a website by specifying colors, fonts, and other visual elements. With a theme, you can easily apply a predefined set of styles and customize the appearance of your website without having to modify individual pages or controls. This helps in maintaining a consistent and professional look across the entire website.

Submit
7. The type of code found in Code-Behind class is ________ ?

Explanation

The code found in the Code-Behind class is server-side code. In the Code-Behind model, the code is separated into two parts - the user interface (UI) code in the front-end and the server-side code in the back-end. The server-side code is responsible for processing the logic, handling data, and interacting with the server, while the client-side code is responsible for the UI and user interactions. Therefore, the correct answer is server-side code.

Submit
8. WSDL stands for _________________ ?  

Explanation

WSDL stands for Web Services Description Language. WSDL is an XML-based language used to describe the functionalities of a web service. It provides a standardized way for different applications to communicate with each other over a network. With the help of WSDL, developers can define the operations, input/output parameters, and the structure of the messages exchanged between the client and the server. This allows for interoperability between different platforms and programming languages, making it easier to integrate and consume web services.

Submit
View My Results

Quiz Review Timeline (Updated): Jun 9, 2023 +

Our quizzes are rigorously reviewed, monitored and continuously updated by our expert board to maintain accuracy, relevance, and timeliness.

  • Current Version
  • Jun 09, 2023
    Quiz Edited by
    ProProfs Editorial Team
  • Dec 20, 2012
    Quiz Created by
    569461_tcs
Cancel
  • All
    All (8)
  • Unanswered
    Unanswered ()
  • Answered
    Answered ()
ASP.NET separates the HTML output from program logic using a feature...
How do you automatically associate page events and methods in the...
In ASP.NET in form page the object which contains the user name is...
The actual work process of ASP.NET is taken care by _____________?
The GridView control in ASP.NET has which of the following features?
A collection of property settings that allow you to define the look of...
The type of code found in Code-Behind class is ________ ?
WSDL stands for _________________ ?  
Alert!

Advertisement