States in ASP DOT NET
What do you understand by the term states in ASP.NET?
Expert
State eliminates the problem of losing state data because of reloading of the Web page. Using states in the Web application, we can preserve state of an application either at a server or at a client end. State of the Web application helps us to store runtime modifications which have been made to a Web application. Like, a change in a data source of a Web application may be initiated by the user when he/she chooses and saves some products in a shopping cart.
If we are not using the states, modifications are discarded and are not saved. The whole concept of storing the states is optional. But, under certain situation, using states with applications is very important. Such as, it is necessary to store states for the Web applications, like in an e-commerce shopping site or an Intranet site of a company, to maintain track of requests of users for the items they have chosen on shopping site.
Write down the different ways of hosting the WCF service?
Illustrate the term Namespace also its uses?
What are the steps involve in Assembly execution?
Is it possible to create a Windows Service by using WPF?
What do you mean by the XOML files?
Explain abstract classes and List the different characteristics of an abstract class?
Explain Lazy Initialization?
Describe about LINQ query expressions?
Describe the term Address, Binding and contract for WCF Service?
How users of an application can be prevented from editing the text in the ComboBox controls in .NET 4.0?
18,76,764
1945645 Asked
3,689
Active Tutors
1437338
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!