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
is gateway for sms continue connected for sending sms.how?
How can you display all validation messages in one control?
What is the difference between application state and session state in asp net?
What are resource file and how do we generate resource file?
What are the ways to show data grid inside a data grid for a master details type of tables? If we write any code for DataGrid methods, what is the access specifier used for that methods in the code behind file and why?
Describe Segmentation With Paging?
How will create assesblies at run time?
What is custom events? How to create it?
Explain the basic functionality of garbage collector?
Which method is used to force all the validation controls to run?
How to add DateTime Control in normal DataGrid Server Control?
List the types of authentication supported by asp.net?
What are the main differences between asp and asp.net?
Explain the use of dataadapter.
What tags do you need to add within the asp:datagrid tags to bind columns manually? Give an example.