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.
In what way we can unselect a selected item in the ListView control programmatically in the .NET 4.0?
Write down in brief, the objects in asp.net and state the main purpose of such objects?
Explain, what is a host process?
List the types of data types that are present in .NET?
What setting should be added in a configuration file to reject the particular user from accessing secured resources?
Elucidate Role based security?
In what way we can enable the text box to modify its characters format for a user to enter the password?
Explain what is the CLI and also if it is same as that of CLR?
Illustrate the difference between Web.Config and Machine.Config and where it will be?
How to make a windows desktop application using visual studio 2010 ultimate?
18,76,764
1937646 Asked
3,689
Active Tutors
1434776
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!