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 / asha
C
| Is This Answer Correct ? | 0 Yes | 0 No |
Post New Answer View All Answers
Is global asax mandatory?
Can a master page have more than one contentplaceholder?
What is data cache in sql server?
In asp.net, how can you validate drop down box?
What is difference between asp state management and asp.net state management?
What is asp net theme?
How we can force all the validation controls to run?
Any one can tell how we store tiff format images in database and retrive from the database(need for tiff format only)
What is the difference between mvc and asp.net? : Asp.Net MVC
What is asp according to you?
Differentiate between namespace and assembly.
What is the difference between dynamic SGA and static SGA?
How asynchronous call can be implemented using delegates?
How can we communicate with each server in N-tier Architecture? and what are the methods?
Explain the role of global.asax?