what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example?
Answer / hari kishan reddy
Caching is a technique to store frequently used web pages
and data to local hard disk, for later retrieval.
Session is used to store about the user information.
For example after login you want to use the user-name for
next pages, store the user-name in session, and you can call
this session through out the application. Default timeout
for session is 20 mins.
Is This Answer Correct ? | 2 Yes | 0 No |
How do you use a custom validator? When might you want to use one?
version information is mentioned in which file
What is server infrastructure & server components?
Hi, I am a fresher. i have a problem related to DataGrid . i have a data grid and i have to place a dropdown in the datagrid.and i have to retrieve the values from the database (sqlserver).please tell me any idea about the code.
what is diffrent between asp & asp.net
What are the security types in asp.net?
What are the two Layouts supported by a Web form in ASP.NET?
what is loosely coupled solution? How it can be used?
what is difference between .net 3.0 and 3.5
Can you explain page lifecycle in net?
How do you store a value in viewstate and retrieve them?
Types of session management in ASP.NET ?