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
How u refer webservices?
To get the values in two different controls to match which control you use it?
What is IPostBack? How to use it?
How to store checkbox value in database in asp.net mvc? : Asp.Net MVC
Which .NET framework supports Web API?
What are Caching techniques in .NET
Name the namespace which is used by ado.net?
How will you do windows authentication and what is the namespace? If a user is logged under integrated windows authentication mode, but he is still not able to logon, what might be the possible cause for this? In ASP.Net application how do you find the name of the logged in person under windows authentication?
Explain about asp.net state management?
Dataset is the disconnected environment. suppose if you are binding records to gridview (disconnected environment) and you are making changes to the the grid but before updating the database if any other user modify the data, how will you avoid such problem?
What is postback request?
Why would anyone need to implement their own hashtable or linked list?
What is special types forms
What is difference in .net 1.1 and .net 2.0?
How many types of sessions in asp.net?