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.
Answers were Sorted based on User's Feedback
Answer / tarun
d) A default class that inherits from the control?s
base class
Is This Answer Correct ? | 8 Yes | 5 No |
What is application variable and when it is initialized ?
Explain the scenario where we go for inpro and outpro session?
Can you explain what inheritance is and an example of when you might use it?
In what languages in ASP written?
What Name space does the web page belon in the .net framework class hierarchy?
what is PostBack Property exactly ? when It Returns True? when it Returns False?
Differences between VB.Net and C#, related to OOPS concepts
How do you do exception management?
1 Answers Accenture, BirlaSoft,
How do you implement sql caching in asp.net?
What is event in asp.net?
What is in a session cookie?
What is the difference between localization and globalization?