Code-behind feature of ASP DOT NET
Explain the code-behind feature of ASP.NET?
Expert
Code-behind feature of the ASP.NET facilitates us to divide the ASP.NET page into the two files i.e. one consisting of a presentation data, and second, is called the code-behind file, consisting of all business logic. Presentation data contains interface elements, like HTML controls and the Web server controls, and code-behind contains event-handling procedure which handles the events that are fired by the controls. File which contains presentation data has .aspx extension. Code behind file has either .cs extension if we are using programming language C# or .vb if we are using programming language Visual Basic .NET extension.
State different types of data providers existing in .NET Framework?
What do you mean by the term XML Infoset?
How we can prevent users of the application from editing a text in ComboBox controls in the .NET 4.0?
What are the layouts of ASP.NET Pages?
Why the data validations should be performed at a client side?
List different ways of deployment that are supported by .NET.
Explain briefly about Object Relational Designer (0/R Designer)?
Illustrate different types of inheritance?
Specify the function of the “SizeMode” property of the PictureBox control?
What is data type and how many types of data types are there in .NET ?
18,76,764
1948939 Asked
3,689
Active Tutors
1430675
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!