ASP.NET Multiple Questions and Answers.
Exercise Questions ::
ASP.NET
Published by:Rehana Akram
2. | Web.config file is used... |
| |
| A. | Configures the time that the server-side codebehind module is called |
| B. | To store the global information and variable definitions for the application |
| C. | To configure the web server |
| D. | To configure the web browser |
|
|
Published by:Rehana Akram
Published by:Rehana Akram
Published by:Rehana Akram
5. | Which of the following method must be overridden in a custom control? |
| |
| A. | The Paint() method |
| B. | The Control_Build() method |
| C. | The default constructor |
| D. | The Render() method |
|
|
Published by:Rehana Akram
»