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
Explain the main function of url routing system in asp.net mvc? : asp.net mvc
What is page request in asp.net?
What is viewstate in asp net with example?
What are the ways of preserving data on a Web Form in ASP.NET?
What is the purpose of using MVC programming pattern in ASP.NET?
What is syntax code to send email from an asp.net application?
What is difference between cache and session?
What is application variable in asp.net?
How Session use Cookies in State Management?
What is the purpose of asp.net?
what are configuration files?
If you want to bind the columns manually within the asp:datagrid tags what kind of tags you have to add.
What is redirectpermanent in asp.net?
Define data caching?
Can a master page have more than one contentplaceholder?