Constructor
State the concept of constructor?
Expert
Constructor is a special method of class that is called automatically whenever the instance of the class is created. It is created having same name as the name of the class and assigns all class members, whenever the class member is accessed. The main features of a constructor are as follows: a) Constructors are always public.
b) Constructors do not have any return type.
c) It is not mandatory to declare constructor; it is invoked automatically by .NET Framework.
Name the methods of DataView class?
State different types of literals?
Explain the function of .WebPart file do?
What do you understand by the term states in ASP.NET?
Illustrate what do you mean by Asp.net Web form?
Differentiate between the HtmlInputRadioButton or HtmlInputCheckBox control?
State the use of the Connection object?
What is web.config file?
Which event controls are completely loaded?
Explain the use of App_Code folder in ASP.NET?
18,76,764
1936170 Asked
3,689
Active Tutors
1411955
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!