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.
How can we check that whether all the validation controls on the Web page are valid and proper?
Explain concept of the Destructor?
State the use of a .disco file?
Briefly describe the properties in C# and state the advantages which are attained by using them in programs?
Illustrate cross-page posting in an ASP.NET and the function of Server.Transfer() method?
Describe the meaning of Serialization and Deserialization and its utilization?
By what way we can recognize that the page is PostBack?
State the different types of authentication techniques which are used in connection strings to connect applications of .NET with Microsoft SQL Server?
What do you mean by the Extender controls?
Explain the use of the PlaceHolder control? Is it possible to see it at runtime?
18,76,764
1934326 Asked
3,689
Active Tutors
1434098
Questions Answered
Start Excelling in your courses, Ask an Expert and get answers for your homework and assignments!!