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.
What improvements are prepared in CAS in .NET 4.0?
Briefly explain the term ExpandoObject?
Explain Lazy Initialization?
How can a text box be enforced to show characters in the uppercase?
State the function of the “Try-Catch-Finally” block
State the characteristics of the reference-type variables which is supported in the C# programming language.
Distinguish the terms ADO.NET Dataset and an ADO Recordset?
Explain WebParts controls in ASP.NET and in what way we can provide WebParts control functionality to the server control?
Explain what is Multicast delegate?
Describe ExpandoObject and DynamicObject classes.
18,76,764
1944459 Asked
3,689
Active Tutors
1421035
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!