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.
Write down the three main points in WCF?
How can you avoid a class from overriding in C# and Visual Basic?
What are the steps involve in Assembly execution?
Is there a technique to suppress the finalize process within the garbage collector forcibly in .NET?
Name the root namespace which is used for fundamental types in .NET Framework?
State role that XSL plays when it dynamically generates HTML pages from the relational database.
Illustrate in .NET about different types of directives?
In which statement we can execute LINQ query?
State some of the use of ScriptManager control in the AJAX?
Name the latest features that added in .NET Framework 4.0?
18,76,764
1956841 Asked
3,689
Active Tutors
1448040
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!