logo

CuriousTab

CuriousTab

Discussion


Home Interview Technology Comments

  • Question
  • Explain the concept of states in ASP.NET.


  • Correct Answer
  • State is quite an innovative concept in Web development because it eliminates the drawback of losing state data due to reloading of a Web page By using states in a Web application, you can preserve the state of the application either at the server or client end The state of a Web application helps you to store the runtime changes that have been made to the Web application For example, as already described earlier, a change in the data source of the Web application might be initiated by a user when he/she selects and saves some products in the shopping cart If you are not using states, these changes are discarded and are not saved You may think that the whole concept of storing states is optional However, under certain circumstances, using states with applications is imperative For example, it is necessary to store states for Web applications, such as an e-commerce shopping site or an Intranet site of a company, to keep track of the requests of the users for the items they have selected on the shopping site or the days requested for vacation on the Intranet site 


  • Technology problems


    Search Results


    • 1. Explain the validation controls. How many validation controls in ASP.NET 4.0?
    • Discuss
    • 2. What is the code-behind feature in ASP.NET?
    • Discuss
    • 3. How can you send an email message from an ASP.NET Web page?
    • Discuss
    • 4. What is the basic difference between ASP and ASP.NET?
    • Discuss
    • 5. What is ASP.NET?
    • Discuss
    • 6. What is Windows Workflow Foundation (WF)?
    • Discuss
    • 7. What are the different types of workflow in WF?
    • Discuss
    • 8. Explain why workflows are based on Extensible Models.
    • Discuss
    • 9. List different ways of deployment that are supported by .NET Framework 4.0.
    • Discuss
    • 10. How can you deploy an ASP.NET Web application?
    • Discuss


    Comments

    There are no comments.

Enter a new Comment