logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • What is the code-behind feature in ASP.NET?


  • Correct Answer
  • The code-behind feature of ASPNET enables you to divide an ASPNET page into two files - one consisting of the presentation data, and the second, which is also called the code-behind file, consisting of all the business logic The presentation data contains the interface elements, such as HTML controls and Web server controls, and the code-behind contains the event-handling process to handle the events that are fired by these controls The file that contains the presentation data has the aspx extension The code behind file has either the cs extension (if you are using the programming language C#) or the vb (if you are using the programming language Visual Basic NET) extension 


  • Technology problems


    Search Results


    • 1. How can you send an email message from an ASP.NET Web page?
    • Discuss
    • 2. What is the basic difference between ASP and ASP.NET?
    • Discuss
    • 3. What is ASP.NET?
    • Discuss
    • 4. What is Dynamic Language Runtime (DLR)?
    • Discuss
    • 5. What are the usages of the Command object in ADO.NET?
    • Discuss
    • 6. Explain the validation controls. How many validation controls in ASP.NET 4.0?
    • Discuss
    • 7. Explain the concept of states in ASP.NET.
    • Discuss
    • 8. What is Windows Workflow Foundation (WF)?
    • Discuss
    • 9. What are the different types of workflow in WF?
    • Discuss
    • 10. Explain why workflows are based on Extensible Models.
    • Discuss


    Comments

    There are no comments.

Enter a new Comment