what is caching,session? when & what is used mostly in
which situtations, how they r implemented in real time?
tell with example?



what is caching,session? when & what is used mostly in which situtations, how they r implement..

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

Post New Answer

More ASP.NET Interview Questions

What r the asp.net list controls and diff. Between them?

0 Answers  


How would you get asp.net running in apache web servers?

0 Answers  


what are the components available in global.asax ?

1 Answers  


What are sessions in asp net?

0 Answers  


Write a code for sending an email from asp.net application.

0 Answers  






How many languages are supported by .NET at present time?

0 Answers  


What is user control in asp.net?

0 Answers  


Fetch one page value to another page without using state-managment ?

0 Answers   HCL,


how can we display records in single datagrid using two datasets in different place?

2 Answers   Global Computer, Honeywell,


I M working in 1.1 .net framework. In a page I have 5 text box & 2 data grid. In PageLoad() All text box will populate with blank value & 1st dataGrid with some value. When I click on EDIT button Of the 1st dataGrid,The Relevent data Of the particular row will populate in first 3 textboxs & corresponding relevent data Will populate in the 2nd DataGrid. Now when I click 2nd datagrid's EDIT button of a perticular Row,relevent data will populate on last 2 textboxs & 1st 3 textbox's value will be same as per as it was........ ........My Problem Is ........... When I click on edit button Of 2nd DataGrid, 1st 3 text boxes values goes Off & 2nd DataGrid Is goes off Due to Postback.but The relevent value is populated In last 2 textboxes.So How I stoped this postback??So that all the data in 1st 3 textboxes will be same.So that I can edit the values of 2nd Grid with 1st 3 textBoxes value.. plz dirctly mail me 1 copy of post to... maloy.adhikari@in.com

2 Answers  


what is machine key error in asp.net? how to solve it?

1 Answers  


What is css in asp.net?

0 Answers  


Categories