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 / tarun
d) A default class that inherits from the control?s
base class
| Is This Answer Correct ? | 8 Yes | 5 No |
Post New Answer View All Answers
How can I have a particular web page in an asp.net application which displays its own error page?
Can we override the enablepartialrendering property of the scriptmanager class?
How can i explain my project during interview?many time i expalain my project but they did't accept? please explain me.
what is AutoEventWireUp and what is the use of This property explain in details?
How would you turn off cookies on a page of a website?
Where viewstate value is stored in asp.net?
What is enableviewstate in asp net?
Name the two properties are on every validation control?
Explain cashing in asp.net.
Which platform does Microsoft .NET use for exchanging data between applications?
What is session in http request?
Why web api is better than wcf?
Write a code snippet to implement the indentation in json in web api.
What is clr? Difference between clr & cts?
What are the differences between the response.write() and response.output.write()?