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.
List the various techniques to authenticate the user in ASP.NET?
What do you understand by the JSON?
Explain the types of Inheritance.
How to make a windows desktop application using visual studio 2010 ultimate?
What is the function of Orientation property in a Menu control?
What do you mean by the term non_deterministic finalization?
Describe disconnected architecture of the ADO.NET's data access model?
Is it possible to post and access view state in the other application?
Explain different types of generations in a garbage collector?
Write ASP.NET configuration options that are supported in ASP.NET implementation on shared Web hosting platform?
18,76,764
1957046 Asked
3,689
Active Tutors
1432252
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!