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.
How an ellipse is created, which is non- rectangular window?
Write differences between the while and for loop in C#.
Which classes are used to handle standard menu in the MenuStrip control.
Write the main difference between UnBoxing and boxing.
Describe briefly LINQ (Language Integrated Query)?
What do you mean by the Assembly Manifest?
Define Windows Workflow Foundation (WF)?
What is web.config file?
Differentiate between the ComboBox control and the ListBox control?
Briefly describe about variable.
18,76,764
1960588 Asked
3,689
Active Tutors
1426601
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!