Tag: programming languages

Questions Related to programming languages

Web Controls Supports CSS

  1. True

  2. False


Correct Option: A

AI Explanation

To answer this question, you need to understand web controls and CSS.

Web controls are components used in web development to provide interactive functionalities to websites. Examples of web controls include buttons, textboxes, dropdown menus, and checkboxes.

CSS (Cascading Style Sheets) is a style sheet language used to describe the presentation of a document written in HTML (Hypertext Markup Language). CSS allows developers to control the layout and appearance of web pages.

The statement "Web controls support CSS" is true. Web controls can be styled and customized using CSS. This means that you can apply CSS styles to web controls to change their appearance, such as their color, font, size, and positioning.

Therefore, the correct answer is A) True.

  1. Windows

  2. Anonymous

  3. Basic Authentication

  4. None


Correct Option: B

Which control supports paging ?

  1. Repeater

  2. Datagrid

  3. Both

  4. None


Correct Option: B

AI Explanation

To answer this question, you need to understand the concept of paging in web controls.

Option A) Repeater - This option is incorrect because the Repeater control does not support built-in paging. It is used to display data from a data source without any built-in pagination functionality.

Option B) Datagrid - This option is correct because the Datagrid control supports paging. It provides built-in pagination functionality, allowing you to display a subset of data at a time and navigate through different pages.

Option C) Both - This option is incorrect because only the Datagrid control supports paging. The Repeater control does not have built-in paging functionality.

Option D) None - This option is incorrect because the Datagrid control supports paging.

The correct answer is B. The Datagrid control supports paging, allowing you to display data in a paginated manner.

Which of the following is not a member of Response Object ?

  1. Clear

  2. Write

  3. Execute

  4. Flush


Correct Option: C

AI Explanation

To answer this question, we need to understand the concept of a "Response object" and the methods that can be performed on it.

Option A) Clear - This option is incorrect because the Clear method is commonly used to remove any previously set headers or content from the response object.

Option B) Write - This option is incorrect because the Write method is commonly used to write content to the response object.

Option C) Execute - This option is correct because the Execute method is not typically a member of the Response object. The Execute method is not a standard method that is commonly used to interact with the response object.

Option D) Flush - This option is incorrect because the Flush method is commonly used to send any buffered response data to the client.

The correct answer is C) Execute. This option is not a member of the Response object.

  1. Use XCOPY to install the assembly in the global assembly cache.

  2. Use XCOPY to install the assembly in the Windows\Assembly folder.

  3. Create a strong name for the assembly.

  4. Recompile the assembly by using the Native Image Generator (Ngen.exe).


Correct Option: C
  1. Use XCOPY to install the assembly in the global assembly cache.

  2. Use XCOPY to install the assembly in the Windows\Assembly folder.

  3. Create a strong name for the assembly.

  4. Recompile the assembly by using the Native Image Generator (Ngen.exe).


Correct Option: C