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 we sort the data from a dataset?
Can you explain one critical mapping?
What is the use of execute non query in asp.net?
Where is the view state data stored?
Define transparent caching with aop?
Which is faster union or union all?
What is http pipeline in asp.net?
What are the types of caching in asp.net?
Is viewstate secure?
How does a content page different from a master page?
What is csrf attack in asp.net?
What does asax stand for?
What is autopostback in asp net?
What are the navigation ways between pages available in ASP.NET?
How you will manage the state of ASP.NET controls?