Session state in ASP DOT NET
Illustrate the Session state in the ASP.NET.
Expert
All clients accessing a Web application maintains the separate session with a Web server, and there is also some detailed information associated with each of these sessions. The session state is defined in a <sessionState> element of a web.config file. It stores a data specific to the user session in the session variables. Different session variables are created for every user session. Session variables can be accessed from some page of application. When the user accesses a page, then the session ID for user is created. Session ID is transmits between the server and a client over a HTTP protocol by using cookies.
Name the latest features that added in .NET Framework 4.0?
What do you mean by the XOML files?
Is it possible to post and access view state in the other application?
Briefly describe contra-variance and covariance in .NET Framework 4.0 and give an example for both?
State the method which can be used to impose Garbage collection in .NET?
Briefly explain the use of web.config?
State the basic features of OOPs.
Name the classes that are supported to make the XML DOM?
What are the different types of validation controls in Asp.net?
How one can create the ellipse, which is the non- rectangular window?
18,76,764
1929589 Asked
3,689
Active Tutors
1429509
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!