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 / anjani
c) A default event handler for the click event.
| Is This Answer Correct ? | 8 Yes | 7 No |
Post New Answer View All Answers
How do I publish my asp.net application to my isp's web server?
Explain method to handle error using HttpError in Web API?
What is the life cycle of an asp.net page?
What is the behavior of a Web browser when it receives an invalid element?
What are the session management techniques asp net?
What does the hotspot class in .net do?
What is the difference between cache and cookies?
We Only Know The Total Number Of Feet In The Farmyard. Write A Program that will compute the total number of rabbits and chickens in the farmyard. Assume number of feet in the farmyard are 40. how many rabbits and chickens are?
What is asynchronous call?
In which event are the controls fully loaded?
Explain asp.net application life cycle?
Can we use MSSql as backend in asp.net...if yes then How.?
What is the difference between server-side scripting and client-side scripting?
What are the best practices to follow to secure connection strings in an ASP.NET web application?
If iam developing an application that must accomodate multiple security levels though secure login and my asp.net web appplication is spanned across three web-servers (using round-robbin load balancing) what would be the best approach to maintain login-in state for the users?