When an ASP.NET server control is added to a web form,
Visual Studio .NET adds one item to the class for the form.
What item is added?
a) The event registration.
b) A protected class member for the control.
c) A default event handler for the click event.
d) A default class that inherits from the control?s base class.
Answer Posted / farah
b) A protected class member for the control
| Is This Answer Correct ? | 42 Yes | 2 No |
Post New Answer View All Answers
What is validation in asp.net?
What is base class of .net?
What is asp.net version?
How does asp page work?
What is another word for redirect?
We are using Jscriopt validations and at clint site javascript is not running that time validation would work? if yes then how it would behave?
What are the differences between code behind and code inline?
If there are multiple update panels on the page say upd1 and upd2. There is a button placed in upd1. How can you stop upd2 to update when button placed in upd1 is clicked?
What is query string?
Is razor a programming language?
What is the behavior of a Web browser when it receives an invalid element?
Is it possible to create web application with both webforms and mvc?
What is State Management in .Net and how many ways are there to maintain a state in .Net? What is view state?
How many types of file extensions for razor views in ASP.Net MVC?
What is difference between view state and session state?